AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

commit 6283854a6a1566aa6c5f8665a36721f79aa0a120
parent 22439bc7311d936319044d75e851b5decae665a3
Author: jatin <jatinchowdhury18@gmail.com>
Date:   Wed, 11 Oct 2023 10:42:19 -0700

Simplified editor resizing

Diffstat:
MPlugin/Source/GUI/Assets/gui.xml | 2+-
MPlugin/Source/GUI/Assets/gui_ios.xml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Plugin/Source/GUI/Assets/gui.xml b/Plugin/Source/GUI/Assets/gui.xml @@ -30,7 +30,7 @@ </Palettes> </Style> </Styles> - <View id="root" resizable="1" resize-corner="1" flex-direction="column" + <View id="root" resizable="1" resize-corner="0" flex-direction="column" padding="0" width="720" height="620" background-color="FF8B3232" background-image="Background_svg" image-placement="stretch"> <View max-height="100" padding="0" margin="0" background-color="" repaint-hz="27"> diff --git a/Plugin/Source/GUI/Assets/gui_ios.xml b/Plugin/Source/GUI/Assets/gui_ios.xml @@ -27,7 +27,7 @@ </Types> </Style> </Styles> - <View id="root" resizable="1" resize-corner="1" flex-direction="column" + <View id="root" resizable="1" resize-corner="0" flex-direction="column" padding="0" width="580" height="580" background-color="FF8B3232" background-image="Background_svg" image-placement="stretch"> <View max-height="40" min-height="20" margin="0" padding="0" background-color="FF31323A"