First try at adding expandable queue template help, using a Gtx::Paned.

Hiding doesn't work right yet. Click a thumbnail and the text disappears,
but the border between widgets doesn't move to the left side.
I tried using a Gtk::Expander, but couldn't get it to expand horizontally.
This commit is contained in:
Scott Gilbertson
2024-02-03 13:02:02 -05:00
parent ce80067380
commit bfcfaca0ba
2 changed files with 21 additions and 1 deletions

View File

@@ -52,8 +52,10 @@ class BatchQueuePanel : public Gtk::Box,
RTWindow* parent;
BatchQueue* batchQueue;
Gtk::TextView* templateHelpTextView;
Gtk::Box* bottomBox;
Gtk::Box* topBox;
Gtk::Paned* middleSplitPane;
std::atomic<bool> queueShouldRun;