mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
move UIConfigurationBase from libs/widgets to libs/gtkmm2ext
This commit is contained in:
parent
e0d25220a6
commit
9d25f83e21
14 changed files with 27 additions and 21 deletions
|
|
@ -22,10 +22,11 @@
|
|||
#include "gtkmm2ext/utils.h"
|
||||
|
||||
#include "widgets/frame.h"
|
||||
#include "widgets/ui_config.h"
|
||||
#include "gtkmm2ext/ui_config.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace Gtk;
|
||||
using namespace Gtkmm2ext;
|
||||
using namespace ArdourWidgets;
|
||||
|
||||
Frame::Frame (Orientation orientation, bool boxy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue