Skip to content

Commit

Permalink
Simplified editor resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Oct 11, 2023
1 parent 22439bc commit 6283854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin/Source/GUI/Assets/gui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion Plugin/Source/GUI/Assets/gui_ios.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6283854

Please sign in to comment.