commit e349fc23c8ab06b7e98680fe9a80f46622ffe476
parent c315ecb4b33313cc6eca8d957fab695dedffd8b9
Author: jatin <jatinchowdhury18@gmail.com>
Date: Wed, 25 Oct 2023 19:57:07 -0700
Revert GUI resizing change
Diffstat:
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="0" flex-direction="column"
+ <View id="root" resizable="1" resize-corner="1" 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="0" flex-direction="column"
+ <View id="root" resizable="1" resize-corner="1" 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"