Enhancement: Placement of buttons below the curves (on behalf of Wolfgang) see issue 227 (# 47)

This commit is contained in:
Michael Ezra
2012-05-20 11:25:26 -04:00
parent f7f22d3ba0
commit a86846b670
3 changed files with 50 additions and 59 deletions

View File

@@ -29,14 +29,13 @@ class DiagonalCurveEditorSubGroup : public CurveEditorSubGroup, public SHCListen
friend class DiagonalCurveEditor;
protected:
Gtk::HBox* customCurveBox;
Gtk::VBox* customCurveBox;
Gtk::VBox* NURBSCurveBox;
Gtk::VBox* paramCurveBox;
Gtk::HBox* paramInnerBox;
Gtk::HBox* NURBSCurveBox;
MyDiagonalCurve* customCurve;
MyDiagonalCurve* paramCurve;
MyDiagonalCurve* NURBSCurve;
MyDiagonalCurve* paramCurve;
SHCSelector* shcSelector;
Adjuster* highlights;