mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Tidy up style of a few toggle buttons (#4319).
git-svn-id: svn://localhost/ardour2/branches/3.0@10097 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6ab6ad5bb7
commit
3f6ec53ba3
8 changed files with 21 additions and 4 deletions
|
|
@ -20,6 +20,7 @@
|
|||
#ifndef __gtkardour_port_insert_ui_h__
|
||||
#define __gtkardour_port_insert_ui_h__
|
||||
|
||||
#include "gtkmm2ext/stateful_button.h"
|
||||
#include "ardour_dialog.h"
|
||||
#include "io_selector.h"
|
||||
|
||||
|
|
@ -39,7 +40,7 @@ class PortInsertUI : public Gtk::VBox
|
|||
boost::shared_ptr<ARDOUR::PortInsert> _pi;
|
||||
|
||||
Gtk::Notebook notebook;
|
||||
Gtk::ToggleButton latency_button;
|
||||
Gtkmm2ext::StatefulToggleButton latency_button;
|
||||
IOSelector input_selector;
|
||||
IOSelector output_selector;
|
||||
Gtk::Label latency_display;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue