diff options
author | jcid <devnull@localhost> | 2007-12-28 17:47:33 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-12-28 17:47:33 +0100 |
commit | 1d632679c101a37baeb43720e6cd63f91e905fd4 (patch) | |
tree | 8f04bc88d09cf447792831fa9897c705215abe96 /src/ui.cc | |
parent | 401883e69706723fe5719d3f13bd6401046138e0 (diff) |
- Enabled panel_size in preferences.
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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); |