mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
Remove progress bar on modal overlay
This commit is contained in:
parent
8f80092d78
commit
61fd8fe9a1
2 changed files with 0 additions and 11 deletions
|
@ -271,16 +271,6 @@ QLabel { color: rgb(40,40,40); }</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QProgressBar" name="progressBar">
|
|
||||||
<property name="value">
|
|
||||||
<number>24</number>
|
|
||||||
</property>
|
|
||||||
<property name="format">
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0">
|
<item row="4" column="0">
|
||||||
|
|
|
@ -134,7 +134,6 @@ void ModalOverlay::tipUpdate(int count, const QDateTime& blockDate, double nVeri
|
||||||
|
|
||||||
// show the percentage done according to nVerificationProgress
|
// show the percentage done according to nVerificationProgress
|
||||||
ui->percentageProgress->setText(QString::number(nVerificationProgress*100, 'f', 2)+"%");
|
ui->percentageProgress->setText(QString::number(nVerificationProgress*100, 'f', 2)+"%");
|
||||||
ui->progressBar->setValue(nVerificationProgress*100);
|
|
||||||
|
|
||||||
if (!bestHeaderDate.isValid())
|
if (!bestHeaderDate.isValid())
|
||||||
// not syncing
|
// not syncing
|
||||||
|
|
Loading…
Add table
Reference in a new issue