Skip to content

Commit

Permalink
Update UI and screenshots, reverse button
Browse files Browse the repository at this point in the history
  • Loading branch information
bor-T committed Dec 11, 2024
1 parent 6859905 commit e3dc258
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified res/doc/screenshots/impulse_reverb_mono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/doc/screenshots/impulse_reverb_stereo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion res/main/ui/convolution/impulse_reverb/mono.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

<ui:with pad.h="6" pad.v="4">
<cell rows="2">
<button id="irv${i}" bg.color="bg_schema" font.size="12" size="32" ui:inject="Button_cyan" font.name="lsp-icons" text="icons.actions.reverse"/>
<button id="irv${i}" bg.color="bg_schema" font.size="14" size="32" ui:inject="Button_cyan" font.name="lsp-icons" text="icons.actions.reverse"/>
</cell>
<knob id="ihc${i}" size="20"/>
<knob id="itc${i}" size="20"/>
Expand Down
2 changes: 1 addition & 1 deletion res/main/ui/convolution/impulse_reverb/stereo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

<ui:with pad.h="6" pad.v="4">
<cell rows="2">
<button id="irv${i}" bg.color="bg_schema" font.size="12" size="32" ui:inject="Button_cyan" font.name="lsp-icons" text="icons.actions.reverse"/>
<button id="irv${i}" bg.color="bg_schema" font.size="14" size="32" ui:inject="Button_cyan" font.name="lsp-icons" text="icons.actions.reverse"/>
</cell>
<knob id="ihc${i}" size="20"/>
<knob id="itc${i}" size="20"/>
Expand Down

0 comments on commit e3dc258

Please sign in to comment.