Add classes to curves for css styling (#4986)

This commit is contained in:
TooWaBoo
2018-11-20 00:12:21 +01:00
committed by Beep6581
parent ab2593cf93
commit 61d8a4f254
3 changed files with 106 additions and 52 deletions

View File

@@ -127,7 +127,6 @@ void CoordinateAdjuster::createWidgets(const std::vector<Axis> &axis)
Gtk::Grid *box = Gtk::manage (new Gtk::Grid());
box->set_orientation(Gtk::ORIENTATION_HORIZONTAL);
box->set_column_spacing(3);
setExpandAlignProperties(currAdjuster->label, false, false, Gtk::ALIGN_START, Gtk::ALIGN_CENTER);
setExpandAlignProperties(currAdjuster->spinButton, true, false, Gtk::ALIGN_FILL, Gtk::ALIGN_CENTER);