Use a Gtk::Frame instead of a Gtk::Label for the queue title

This commit is contained in:
Alberto Griggio
2018-01-05 23:35:39 +01:00
parent 888de585d4
commit 5cb6a0ebaf
2 changed files with 3 additions and 5 deletions

View File

@@ -32,7 +32,6 @@ class BatchQueuePanel : public Gtk::VBox,
public FormatChangeListener
{
Gtk::Label* qLbl;
Gtk::Button* zoomInButton;
Gtk::Button* zoomOutButton;
Gtk::Switch* qStartStop;