[Gui] Fix color bar position and text (#10552)
* [Gui] Fix ColorBar position and labelling * [Gui] Improve formatting * [Gui] ColorBar adjusts if user squashes window height * [Gui] Changes following feedback
This commit is contained in:
@@ -75,6 +75,8 @@ void DlgSettingsViewColor::saveSettings()
|
||||
ui->checkMidColor->onSave();
|
||||
ui->TreeEditColor->onSave();
|
||||
ui->TreeActiveColor->onSave();
|
||||
ui->CbLabelColor->onSave();
|
||||
ui->CbLabelTextSize->onSave();
|
||||
}
|
||||
|
||||
void DlgSettingsViewColor::loadSettings()
|
||||
@@ -89,7 +91,9 @@ void DlgSettingsViewColor::loadSettings()
|
||||
ui->checkMidColor->onRestore();
|
||||
ui->TreeEditColor->onRestore();
|
||||
ui->TreeActiveColor->onRestore();
|
||||
|
||||
ui->CbLabelColor->onRestore();
|
||||
ui->CbLabelTextSize->onRestore();
|
||||
|
||||
if (ui->radioButtonSimple->isChecked())
|
||||
onRadioButtonSimpleToggled(true);
|
||||
else if(ui->radioButtonGradient->isChecked())
|
||||
|
||||
Reference in New Issue
Block a user