diff --git a/plugins/editor/layout/main.fl b/plugins/editor/layout/main.fl index 86ef24ca..80132b24 100644 --- a/plugins/editor/layout/main.fl +++ b/plugins/editor/layout/main.fl @@ -57,59 +57,59 @@ widget_class mainView {open Fl_Box sfzFileLabel_ { label {DefaultInstrument.sfz} comment {tag=kTagLoadSfzFile} - xywh {195 11 250 31} labelsize 20 align 20 + xywh {195 13 250 30} labelsize 20 align 20 class ClickableLabel } Fl_Box keyswitchLabel_ { - label {Key switch:} selected - xywh {195 44 360 30} labelsize 20 align 20 + label {Key switch:} + xywh {195 45 360 30} labelsize 20 align 20 class Label } Fl_Box {} { label {Voices:} - xywh {195 76 60 25} labelsize 12 align 24 + xywh {195 78 60 25} labelsize 12 align 24 class Label } Fl_Button {} { - comment {tag=kTagPreviousSfzFile} - xywh {480 14 25 25} labelsize 24 + comment {tag=kTagPreviousSfzFile} selected + xywh {480 18 25 25} labelsize 24 class PreviousFileButton } Fl_Button {} { comment {tag=kTagNextSfzFile} - xywh {505 14 25 25} labelsize 24 + xywh {505 18 25 25} labelsize 24 class NextFileButton } Fl_Button fileOperationsMenu_ { comment {tag=kTagFileOperations} - xywh {530 14 25 25} labelsize 24 + xywh {530 18 25 25} labelsize 24 class ChevronDropDown } Fl_Box infoVoicesLabel_ { - xywh {260 76 40 25} labelsize 12 align 16 + xywh {260 78 40 25} labelsize 12 align 16 class Label } Fl_Box {} { label {Max:} - xywh {315 76 40 25} labelsize 12 align 24 + xywh {315 78 40 25} labelsize 12 align 24 class Label } Fl_Box numVoicesLabel_ { - xywh {360 76 35 25} labelsize 12 align 16 + xywh {360 78 35 25} labelsize 12 align 16 class Label } Fl_Box {} { label {Memory:} - xywh {425 76 60 25} labelsize 12 align 24 + xywh {425 78 60 25} labelsize 12 align 24 class Label } Fl_Box memoryLabel_ { - xywh {490 76 60 25} labelsize 12 align 16 + xywh {490 78 60 25} labelsize 12 align 16 class Label } Fl_Button numVoicesSlider_ { comment {tag=kTagSetNumVoices} - xywh {395 80 20 20} labelsize 16 + xywh {395 82 20 20} labelsize 16 class ChevronValueDropDown } } diff --git a/plugins/editor/src/editor/layout/main.hpp b/plugins/editor/src/editor/layout/main.hpp index 3a124a18..e1f8905e 100644 --- a/plugins/editor/src/editor/layout/main.hpp +++ b/plugins/editor/src/editor/layout/main.hpp @@ -22,35 +22,35 @@ auto* const view__9 = createHLine(CRect(10, 36, 370, 41), -1, "", kCenterText, 1 view__8->addView(view__9); auto* const view__10 = createHLine(CRect(10, 68, 370, 73), -1, "", kCenterText, 14); view__8->addView(view__10); -auto* const view__11 = createClickableLabel(CRect(10, 6, 260, 37), kTagLoadSfzFile, "DefaultInstrument.sfz", kLeftText, 20); +auto* const view__11 = createClickableLabel(CRect(10, 8, 260, 38), kTagLoadSfzFile, "DefaultInstrument.sfz", kLeftText, 20); sfzFileLabel_ = view__11; view__8->addView(view__11); -auto* const view__12 = createLabel(CRect(10, 39, 370, 69), -1, "Key switch:", kLeftText, 20); +auto* const view__12 = createLabel(CRect(10, 40, 370, 70), -1, "Key switch:", kLeftText, 20); keyswitchLabel_ = view__12; view__8->addView(view__12); -auto* const view__13 = createLabel(CRect(10, 71, 70, 96), -1, "Voices:", kRightText, 12); +auto* const view__13 = createLabel(CRect(10, 73, 70, 98), -1, "Voices:", kRightText, 12); view__8->addView(view__13); -auto* const view__14 = createPreviousFileButton(CRect(295, 9, 320, 34), kTagPreviousSfzFile, "", kCenterText, 24); +auto* const view__14 = createPreviousFileButton(CRect(295, 13, 320, 38), kTagPreviousSfzFile, "", kCenterText, 24); view__8->addView(view__14); -auto* const view__15 = createNextFileButton(CRect(320, 9, 345, 34), kTagNextSfzFile, "", kCenterText, 24); +auto* const view__15 = createNextFileButton(CRect(320, 13, 345, 38), kTagNextSfzFile, "", kCenterText, 24); 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, 13, 370, 38), kTagFileOperations, "", kCenterText, 24); fileOperationsMenu_ = view__16; view__8->addView(view__16); -auto* const view__17 = createLabel(CRect(75, 71, 115, 96), -1, "", kCenterText, 12); +auto* const view__17 = createLabel(CRect(75, 73, 115, 98), -1, "", kCenterText, 12); infoVoicesLabel_ = view__17; view__8->addView(view__17); -auto* const view__18 = createLabel(CRect(130, 71, 170, 96), -1, "Max:", kRightText, 12); +auto* const view__18 = createLabel(CRect(130, 73, 170, 98), -1, "Max:", kRightText, 12); view__8->addView(view__18); -auto* const view__19 = createLabel(CRect(175, 71, 210, 96), -1, "", kCenterText, 12); +auto* const view__19 = createLabel(CRect(175, 73, 210, 98), -1, "", kCenterText, 12); numVoicesLabel_ = view__19; view__8->addView(view__19); -auto* const view__20 = createLabel(CRect(240, 71, 300, 96), -1, "Memory:", kRightText, 12); +auto* const view__20 = createLabel(CRect(240, 73, 300, 98), -1, "Memory:", kRightText, 12); view__8->addView(view__20); -auto* const view__21 = createLabel(CRect(305, 71, 365, 96), -1, "", kCenterText, 12); +auto* const view__21 = createLabel(CRect(305, 73, 365, 98), -1, "", kCenterText, 12); memoryLabel_ = view__21; view__8->addView(view__21); -auto* const view__22 = createChevronValueDropDown(CRect(210, 75, 230, 95), kTagSetNumVoices, "", kCenterText, 16); +auto* const view__22 = createChevronValueDropDown(CRect(210, 77, 230, 97), kTagSetNumVoices, "", kCenterText, 16); numVoicesSlider_ = view__22; view__8->addView(view__22); auto* const view__23 = createRoundedGroup(CRect(570, 5, 795, 105), -1, "", kCenterText, 14);