diff options
author | TingPing <tingping@tingping.se> | 2012-11-30 17:22:12 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-11-30 17:22:12 -0500 |
commit | 1c224894a290ae6901c982c9f3f271d76cfc069b (patch) | |
tree | 08350629ec96c8fd386e502d4421e4981969817f /src/common/hexchat.h | |
parent | 7424c0c68bf4f4152544a051453ef950b19c5c96 (diff) |
Save pane height and restore on start
closes #154
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 43597617..5045b4bd 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -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; |