From 1d632679c101a37baeb43720e6cd63f91e905fd4 Mon Sep 17 00:00:00 2001 From: jcid Date: Fri, 28 Dec 2007 17:47:33 +0100 Subject: - Enabled panel_size in preferences. --- src/ui.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ui.cc') 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); -- cgit v1.2.3