mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Somewhat experimental fix to try to stop the editor window jumping around on small screens.
git-svn-id: svn://localhost/ardour2/branches/3.0@8412 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6ea84edab2
commit
cf45b07f73
5 changed files with 73 additions and 6 deletions
|
|
@ -39,9 +39,10 @@
|
|||
#include <gtkmm/comboboxtext.h>
|
||||
#include <gtkmm/layout.h>
|
||||
|
||||
#include <gtkmm2ext/selector.h>
|
||||
#include <gtkmm2ext/click_box.h>
|
||||
#include <gtkmm2ext/dndtreeview.h>
|
||||
#include "gtkmm2ext/selector.h"
|
||||
#include "gtkmm2ext/click_box.h"
|
||||
#include "gtkmm2ext/dndtreeview.h"
|
||||
#include "gtkmm2ext/trimming_bin.h"
|
||||
|
||||
#include "pbd/stateful.h"
|
||||
#include "pbd/signals.h"
|
||||
|
|
@ -1588,7 +1589,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
Gtk::HBox toolbar_hbox;
|
||||
Gtk::EventBox toolbar_base;
|
||||
Gtk::Frame toolbar_frame;
|
||||
|
||||
Gtkmm2ext::TrimmingBin _toolbar_trimmer;
|
||||
|
||||
/* midi toolbar */
|
||||
|
||||
Gtk::HBox panic_box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue