From 2b80d77e50d092bb853ec0b3b85e313f1fff47a4 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Wed, 24 Feb 2021 02:20:26 +0100 Subject: [PATCH] Arrange row items horizontally --- plugins/editor/layout/main.fl | 16 ++++++++-------- plugins/editor/src/editor/layout/main.hpp | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/plugins/editor/layout/main.fl b/plugins/editor/layout/main.fl index 84a6f380..340b20b5 100644 --- a/plugins/editor/layout/main.fl +++ b/plugins/editor/layout/main.fl @@ -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 } { diff --git a/plugins/editor/src/editor/layout/main.hpp b/plugins/editor/src/editor/layout/main.hpp index 469887fc..259e889e 100644 --- a/plugins/editor/src/editor/layout/main.hpp +++ b/plugins/editor/src/editor/layout/main.hpp @@ -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);