summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index f9c57844..7e9568ff 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -593,7 +593,9 @@ UI::UI(int win_w, int win_h, const char* label, const UI *cur_ui) :
} else {
// Set some default values
//PanelSize = P_tiny, CuteColor = 26, Small_Icons = 0;
- PanelSize = P_medium, CuteColor = 206, Small_Icons = 0;
+ PanelSize = prefs.panel_size;
+ Small_Icons = prefs.small_icons;
+ CuteColor = 206;
}
resizable(this);