Save pane height and restore on start

closes #154
This commit is contained in:
TingPing
2012-11-30 17:22:12 -05:00
parent 7424c0c68b
commit 1c224894a2
3 changed files with 18 additions and 0 deletions

View File

@@ -252,6 +252,7 @@ struct hexchatprefs
int hex_gui_dialog_width;
int hex_gui_lagometer;
int hex_gui_lang;
int hex_gui_pane_height;
int hex_gui_pane_left_size;
int hex_gui_pane_right_size;
int hex_gui_pane_right_size_min;