diff options
author | RichardHitt <rbh00@netcom.com> | 2012-12-02 20:08:40 -0800 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2012-12-02 20:08:40 -0800 |
commit | 5fdcdedd9e88c50f969b0fef71c7f40c324da06d (patch) | |
tree | 73a7b7852dd0f1dbe45556190ddc6647b97100df /src/common/hexchat.h | |
parent | 5f88e6ccf0a90617e0d4d170750b7dcdb028a3c4 (diff) | |
parent | abaf4425d9cf59166011e63abb5c28ac4d7fa32d (diff) |
Merge pull request #298 from TingPing/vertical
Save pane height and restore on start
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..d84e2761 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_divider_position; int hex_gui_pane_left_size; int hex_gui_pane_right_size; int hex_gui_pane_right_size_min; |