forked from External/mage
Some more changes to support GUI size for high resolutions.
This commit is contained in:
parent
c7aa7c9238
commit
a07db4cb8e
9 changed files with 148 additions and 24 deletions
|
|
@ -1998,7 +1998,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
// GUI Size
|
||||
if (getCachedValue(KEY_GUI_FONT_SIZE, 14) != dialog.sliderFontSize.getValue()) {
|
||||
save(prefs, dialog.sliderFontSize, KEY_GUI_FONT_SIZE, "true", "false", UPDATE_CACHE_POLICY);
|
||||
FontSizeHelper.updateGUI();
|
||||
FontSizeHelper.changeGUISize();
|
||||
}
|
||||
|
||||
// Phases & Priority
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue