Gtk3 theme ready, Gtk2 stuff removed, slim mode removed, RT logo images enhanced.

This commit is contained in:
Beep6581
2015-11-17 02:52:38 +01:00
parent d26eaa174d
commit a9aa5308b5
90 changed files with 5127 additions and 8311 deletions

View File

@@ -43,8 +43,8 @@ FlatCurveEditorSubGroup::FlatCurveEditorSubGroup (CurveEditorGroup* prt, Glib::u
// ControlPoints curve
CPointsCurveGrid = new Gtk::Grid ();
CPointsCurveGrid->set_row_spacing(options.slimUI ? 2 : 4);
CPointsCurveGrid->set_column_spacing(options.slimUI ? 2 : 4);
CPointsCurveGrid->set_row_spacing(2);
CPointsCurveGrid->set_column_spacing(2);
CPointsCurveGrid->set_orientation(Gtk::ORIENTATION_VERTICAL);
CPointsCurve = Gtk::manage (new MyFlatCurve ());