Merge pull request #296 from crowning-/master

Several UI improvements
This commit is contained in:
evan82 2015-04-03 10:07:48 -07:00
commit d14c302b85
6 changed files with 3 additions and 1 deletions

View File

@ -143,6 +143,8 @@ OverviewPage::OverviewPage(QWidget *parent) :
if(fMasterNode){ if(fMasterNode){
ui->toggleDarksend->setText("(" + tr("Disabled") + ")"); ui->toggleDarksend->setText("(" + tr("Disabled") + ")");
ui->darksendAuto->setText("(" + tr("Disabled") + ")");
ui->darksendReset->setText("(" + tr("Disabled") + ")");
ui->frameDarksend->setEnabled(false); ui->frameDarksend->setEnabled(false);
}else if(!fEnableDarksend){ }else if(!fEnableDarksend){
ui->toggleDarksend->setText(tr("Start Darksend Mixing")); ui->toggleDarksend->setText(tr("Start Darksend Mixing"));

View File

@ -961,7 +961,7 @@ margin-top:123px;
margin-right:5px; margin-right:5px;
padding-right:5px; padding-right:5px;
font-weight:bold; font-weight:bold;
font-size:16px; font-size:15px;
min-height:24px; min-height:24px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 508 B

After

Width:  |  Height:  |  Size: 533 B

BIN
src/qt/res/images/about.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 28 KiB