summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-01 04:55:00 +0000
committerDavid Robillard <d@drobilla.net>2011-10-01 04:55:00 +0000
commita55d08e0d1af511e5b4e2d9a8c3be1822fff840c (patch)
treea0a7a5c93c60c89236fc1dc46f77b6ca3ef3a963 /src/gui/PatchWindow.hpp
parent5757ab645cae1d844d6d457ab2dea4a12d21a4e7 (diff)
downloadingen-a55d08e0d1af511e5b4e2d9a8c3be1822fff840c.tar.gz
ingen-a55d08e0d1af511e5b4e2d9a8c3be1822fff840c.tar.bz2
ingen-a55d08e0d1af511e5b4e2d9a8c3be1822fff840c.zip
Saner default size for initial show of documentation pane.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3516 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r--src/gui/PatchWindow.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp
index 4766cb99..41dd91f8 100644
--- a/src/gui/PatchWindow.hpp
+++ b/src/gui/PatchWindow.hpp
@@ -154,6 +154,7 @@ private:
BreadCrumbs* _breadcrumbs;
Gtk::Statusbar* _status_bar;
+ Gtk::HPaned* _doc_paned;
Gtk::Viewport* _doc_viewport;
Gtk::TextView* _doc_textview;
@@ -162,6 +163,8 @@ private:
/** Invisible bin used to store breadcrumbs when not shown by a view */
Gtk::Alignment _breadcrumb_bin;
+
+ bool _has_shown_documentation;
};
} // namespace GUI