Make Dropdown menus at least as wide as the button
[ardour.git] / gtk2_ardour / midi_scroomer.h
index a0021de92626926471e47b6c8d7dd0936b8d557e..b27c66dbe9a00feba6e3cca52cac6e63589534ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2008 Paul Davis 
+    Copyright (C) 2008 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #include <gdkmm/pixbuf.h>
 
 class MidiScroomer : public Gtkmm2ext::Scroomer {
-public:
+  public:
        MidiScroomer(Gtk::Adjustment&);
        ~MidiScroomer();
 
        bool on_expose_event(GdkEventExpose*);
-
        void on_size_request(Gtk::Requisition*);
-       void on_size_allocate(Gtk::Allocation&);
 
        void get_colors(double color[], Component comp);
 };