Skip to content

Commit 4f3a34d

Browse files
polluxsynthfundamental
authored andcommitted
ZynAmpEnv: Use rocker mode for lin/log toggle button
1 parent 7464d2a commit 4f3a34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mruby-zest/example/ZynAmpEnv.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Group {
3333
ParModuleRow {
3434
id: bot
3535
Knob { whenValue: lambda { box.cb }; extern: box.extern+"Penvstretch"}
36-
ToggleButton { label: "lin/log"; whenValue: lambda { box.cb }; extern: box.extern+"Plinearenvelope"}
36+
ToggleButton { label: "lin/log"; rocker: true; whenValue: lambda { box.cb }; extern: box.extern+"Plinearenvelope"}
3737
Col {
3838
ToggleButton { label: "FRCR"; whenValue: lambda { box.cb }; extern: box.extern+"Pforcedrelease"}
3939
ToggleButton { label: "repeat"; whenValue: lambda { box.cb }; extern: box.extern+"Prepeating"}

0 commit comments

Comments
 (0)