summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-12-28 17:47:33 +0100
committerjcid <devnull@localhost>2007-12-28 17:47:33 +0100
commit1d632679c101a37baeb43720e6cd63f91e905fd4 (patch)
tree8f04bc88d09cf447792831fa9897c705215abe96 /src/ui.cc
parent401883e69706723fe5719d3f13bd6401046138e0 (diff)
- Enabled panel_size in preferences.
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);