Skip to content

Commit

Permalink
Fix invisible radio buttons in "Selector" tab in editor.
Browse files Browse the repository at this point in the history
The "Position" property appears to do nothing. The values for "Area"
have been found by trial and error.
  • Loading branch information
Quintus committed Aug 8, 2019
1 parent b665629 commit 0b1f261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsc/data/gui/layouts/editor.layout
Expand Up @@ -27,12 +27,12 @@
<Property name="Text" value="Selector"/> <Property name="Text" value="Selector"/>
<Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}"/> <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}"/>
<Window type="TSCLook256/RadioButton" name="selection"> <Window type="TSCLook256/RadioButton" name="selection">
<Property name="Position" value="{{0.2,0},{0.05,0}}"/> <Property name="Area" value="{{0.2,0},{0,0},{0.8,0},{0.1,0}}"/>
<Property name="Text" value="Selection"/> <Property name="Text" value="Selection"/>
<Property name="GroupID" value="1"/> <Property name="GroupID" value="1"/>
</Window> </Window>
<Window type="TSCLook256/RadioButton" name="secretarea"> <Window type="TSCLook256/RadioButton" name="secretarea">
<Property name="Position" value="{{0.2,0},{0.1,0}}"/> <Property name="Area" value="{{0.2,0},{0.09,0},{0.8,0},{0.2,0}}"/>
<Property name="Text" value="Secret Area"/> <Property name="Text" value="Secret Area"/>
<Property name="GroupID" value="1"/> <Property name="GroupID" value="1"/>
</Window> </Window>
Expand Down

0 comments on commit 0b1f261

Please sign in to comment.