Arrange row items horizontally
This commit is contained in:
parent
51b85bc17e
commit
2b80d77e50
2 changed files with 14 additions and 14 deletions
|
|
@ -86,30 +86,30 @@ widget_class mainView {open
|
|||
class ChevronDropDown
|
||||
}
|
||||
Fl_Box infoVoicesLabel_ {
|
||||
xywh {260 76 50 25} labelsize 12 align 16
|
||||
xywh {260 76 40 25} labelsize 12 align 16
|
||||
class Label
|
||||
}
|
||||
Fl_Box {} {
|
||||
label {Max:}
|
||||
xywh {315 76 60 25} labelsize 12 align 24
|
||||
xywh {315 76 40 25} labelsize 12 align 24
|
||||
class Label
|
||||
}
|
||||
Fl_Box numVoicesLabel_ {
|
||||
xywh {380 76 35 25} labelsize 12 align 16
|
||||
xywh {360 76 35 25} labelsize 12 align 16
|
||||
class Label
|
||||
}
|
||||
Fl_Box {} {
|
||||
label {Memory:}
|
||||
xywh {435 76 60 25} labelsize 12 align 24
|
||||
xywh {425 76 60 25} labelsize 12 align 24
|
||||
class Label
|
||||
}
|
||||
Fl_Box memoryLabel_ {
|
||||
xywh {500 76 50 25} labelsize 12 align 16
|
||||
Fl_Box memoryLabel_ {selected
|
||||
xywh {490 76 60 25} labelsize 12 align 16
|
||||
class Label
|
||||
}
|
||||
Fl_Button numVoicesSlider_ {
|
||||
comment {tag=kTagSetNumVoices}
|
||||
xywh {415 80 20 20} labelsize 16
|
||||
xywh {395 80 20 20} labelsize 16
|
||||
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}
|
||||
class LogicalGroup
|
||||
} {
|
||||
|
|
|
|||
|
|
@ -36,20 +36,20 @@ view__8->addView(view__15);
|
|||
auto* const view__16 = createChevronDropDown(CRect(345, 9, 370, 34), kTagFileOperations, "", kCenterText, 24);
|
||||
fileOperationsMenu_ = 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;
|
||||
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);
|
||||
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;
|
||||
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);
|
||||
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;
|
||||
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;
|
||||
view__8->addView(view__22);
|
||||
auto* const view__23 = createRoundedGroup(CRect(570, 5, 795, 105), -1, "", kCenterText, 14);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue