Minor bugfix
This commit is contained in:
parent
89e63639be
commit
feb122553e
@ -1253,7 +1253,7 @@ void Options::readFromFile(Glib::ustring fname)
|
|||||||
CPFontSize = keyFile.get_integer("GUI", "CPFontSize");
|
CPFontSize = keyFile.get_integer("GUI", "CPFontSize");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (keyFile.has_key("GUI", "ScaledIcons")) {
|
if (keyFile.has_key("GUI", "PseudoHiDPISupport")) {
|
||||||
pseudoHiDPISupport = keyFile.get_boolean("GUI", "PseudoHiDPISupport");
|
pseudoHiDPISupport = keyFile.get_boolean("GUI", "PseudoHiDPISupport");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1056,7 +1056,7 @@ Gtk::Widget* Preferences::getGeneralPanel ()
|
|||||||
appearanceGrid->attach(*themeLbl, 0, 0, 1, 1);
|
appearanceGrid->attach(*themeLbl, 0, 0, 1, 1);
|
||||||
appearanceGrid->attach(*themeCBT, 1, 0, 1, 1);
|
appearanceGrid->attach(*themeCBT, 1, 0, 1, 1);
|
||||||
appearanceGrid->attach(*themeRestartLbl, 2, 0, 2, 1);
|
appearanceGrid->attach(*themeRestartLbl, 2, 0, 2, 1);
|
||||||
appearanceGrid->attach(*vSep, 2, 1, 1, 3);
|
appearanceGrid->attach(*vSep, 2, 1, 1, 2);
|
||||||
appearanceGrid->attach(*mainFontLbl, 0, 1, 1, 1);
|
appearanceGrid->attach(*mainFontLbl, 0, 1, 1, 1);
|
||||||
appearanceGrid->attach(*mainFontFB, 1, 1, 1, 1);
|
appearanceGrid->attach(*mainFontFB, 1, 1, 1, 1);
|
||||||
appearanceGrid->attach(*cropMaskColorLbl, 3, 1, 1, 1);
|
appearanceGrid->attach(*cropMaskColorLbl, 3, 1, 1, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user