Arrange row items horizontally

This commit is contained in:
Jean Pierre Cimalando 2021-02-24 02:20:26 +01:00
parent 51b85bc17e
commit 2b80d77e50
2 changed files with 14 additions and 14 deletions

View file

@ -86,30 +86,30 @@ widget_class mainView {open
class ChevronDropDown class ChevronDropDown
} }
Fl_Box infoVoicesLabel_ { Fl_Box infoVoicesLabel_ {
xywh {260 76 50 25} labelsize 12 align 16 xywh {260 76 40 25} labelsize 12 align 16
class Label class Label
} }
Fl_Box {} { Fl_Box {} {
label {Max:} label {Max:}
xywh {315 76 60 25} labelsize 12 align 24 xywh {315 76 40 25} labelsize 12 align 24
class Label class Label
} }
Fl_Box numVoicesLabel_ { Fl_Box numVoicesLabel_ {
xywh {380 76 35 25} labelsize 12 align 16 xywh {360 76 35 25} labelsize 12 align 16
class Label class Label
} }
Fl_Box {} { Fl_Box {} {
label {Memory:} label {Memory:}
xywh {435 76 60 25} labelsize 12 align 24 xywh {425 76 60 25} labelsize 12 align 24
class Label class Label
} }
Fl_Box memoryLabel_ { Fl_Box memoryLabel_ {selected
xywh {500 76 50 25} labelsize 12 align 16 xywh {490 76 60 25} labelsize 12 align 16
class Label class Label
} }
Fl_Button numVoicesSlider_ { Fl_Button numVoicesSlider_ {
comment {tag=kTagSetNumVoices} comment {tag=kTagSetNumVoices}
xywh {415 80 20 20} labelsize 16 xywh {395 80 20 20} labelsize 16
class ChevronValueDropDown class ChevronValueDropDown
} }
} }
@ -216,7 +216,7 @@ widget_class mainView {open
} {} } {}
} }
} }
Fl_Group {subPanels_[kPanelSettings]} {open selected Fl_Group {subPanels_[kPanelSettings]} {open
xywh {5 109 790 316} xywh {5 109 790 316}
class LogicalGroup class LogicalGroup
} { } {

View file

@ -36,20 +36,20 @@ view__8->addView(view__15);
auto* const view__16 = createChevronDropDown(CRect(345, 9, 370, 34), kTagFileOperations, "", kCenterText, 24); auto* const view__16 = createChevronDropDown(CRect(345, 9, 370, 34), kTagFileOperations, "", kCenterText, 24);
fileOperationsMenu_ = view__16; fileOperationsMenu_ = view__16;
view__8->addView(view__16); view__8->addView(view__16);
auto* const view__17 = createLabel(CRect(75, 71, 125, 96), -1, "", kCenterText, 12); auto* const view__17 = createLabel(CRect(75, 71, 115, 96), -1, "", kCenterText, 12);
infoVoicesLabel_ = view__17; infoVoicesLabel_ = view__17;
view__8->addView(view__17); view__8->addView(view__17);
auto* const view__18 = createLabel(CRect(130, 71, 190, 96), -1, "Max:", kRightText, 12); auto* const view__18 = createLabel(CRect(130, 71, 170, 96), -1, "Max:", kRightText, 12);
view__8->addView(view__18); view__8->addView(view__18);
auto* const view__19 = createLabel(CRect(195, 71, 230, 96), -1, "", kCenterText, 12); auto* const view__19 = createLabel(CRect(175, 71, 210, 96), -1, "", kCenterText, 12);
numVoicesLabel_ = view__19; numVoicesLabel_ = view__19;
view__8->addView(view__19); view__8->addView(view__19);
auto* const view__20 = createLabel(CRect(250, 71, 310, 96), -1, "Memory:", kRightText, 12); auto* const view__20 = createLabel(CRect(240, 71, 300, 96), -1, "Memory:", kRightText, 12);
view__8->addView(view__20); view__8->addView(view__20);
auto* const view__21 = createLabel(CRect(315, 71, 365, 96), -1, "", kCenterText, 12); auto* const view__21 = createLabel(CRect(305, 71, 365, 96), -1, "", kCenterText, 12);
memoryLabel_ = view__21; memoryLabel_ = view__21;
view__8->addView(view__21); view__8->addView(view__21);
auto* const view__22 = createChevronValueDropDown(CRect(230, 75, 250, 95), kTagSetNumVoices, "", kCenterText, 16); auto* const view__22 = createChevronValueDropDown(CRect(210, 75, 230, 95), kTagSetNumVoices, "", kCenterText, 16);
numVoicesSlider_ = view__22; numVoicesSlider_ = view__22;
view__8->addView(view__22); view__8->addView(view__22);
auto* const view__23 = createRoundedGroup(CRect(570, 5, 795, 105), -1, "", kCenterText, 14); auto* const view__23 = createRoundedGroup(CRect(570, 5, 795, 105), -1, "", kCenterText, 14);