move UIConfigurationBase from libs/widgets to libs/gtkmm2ext

This commit is contained in:
Paul Davis 2025-11-18 13:08:45 -07:00
parent e0d25220a6
commit 9d25f83e21
14 changed files with 27 additions and 21 deletions

View file

@ -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)