ui: use golden ratio in indexing progress dialog
This commit is contained in:
@@ -73,7 +73,7 @@ void QtIndexingDialog::setupProgress()
|
||||
|
||||
QBoxLayout* layout = createLayout();
|
||||
|
||||
addTopAndProgressBar(0.5);
|
||||
addTopAndProgressBar(0.62);
|
||||
addTitle("Clearing", layout);
|
||||
addMessageLabel(layout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user