Skip to content

Commit e6255ce

Browse files
committed
Redesign the plugin view to make things clearer
1 parent 8f77bbb commit e6255ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ViewXML/MainView.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0"?>
2-
<view icon="4987" title="TreeStats" width="160" height="250">
2+
<view icon="4987" title="TreeStats" width="200" height="200">
33
<control progid="DecalControls.FixedLayout" clipped="">
4-
<control progid="DecalControls.CheckBox" name="chkAutoMode" left="20" top="20" width="180" height="30" text="Auto. Send Character" checked="false"/>
5-
<control progid="DecalControls.PushButton" name="btnSendUpdate" left="20" top="50" width="120" height="30" text="Send Character" />
6-
<control progid="DecalControls.StaticText" name="txtWhitelist" left="20" top="100" width="120" height="30" text="Whitelist:" />
7-
<control progid="DecalControls.PushButton" name="btnAddCharacter" left="20" top="130" width="120" height="30" text="Add Character" />
8-
<control progid="DecalControls.PushButton" name="btnRemoveCharacter" left="20" top="180" width="120" height="30" text="Remove Character" />
4+
<control progid="DecalControls.CheckBox" name="chkAutoMode" left="20" top="20" width="180" height="25" text="Auto. Send All Characters" checked="false"/>
5+
<control progid="DecalControls.PushButton" name="btnSendUpdate" left="20" top="40" width="160" height="25" text="Manually Send Character" />
6+
<control progid="DecalControls.StaticText" name="txtWhitelist" left="20" top="80" width="180" height="25" text="Whitelist (Always Send):" />
7+
<control progid="DecalControls.PushButton" name="btnAddCharacter" left="20" top="100" width="120" height="25" text="Add Character" />
8+
<control progid="DecalControls.PushButton" name="btnRemoveCharacter" left="20" top="130" width="120" height="25" text="Remove Character" />
99
</control>
1010
</view>

0 commit comments

Comments
 (0)