Skip to content

Commit

Permalink
Update addon settings dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
braz96 committed Jun 15, 2017
1 parent f22d06a commit 9fad0ce
Showing 1 changed file with 41 additions and 36 deletions.
77 changes: 41 additions & 36 deletions xml/DialogAddonSettings.xml
Expand Up @@ -20,49 +20,49 @@
<height>580</height>
<texture colordiffuse="background">dialog.png</texture>
</control>
<control type="label" id="20">
<control type="label" id="2">
<include>HiddenObject</include>
</control>
<!-- left group -->
<control type="group">
<left>50</left>
<top>58</top>
<control type="grouplist" id="9">
<control type="grouplist" id="3">
<description>button area</description>
<width>350</width>
<height>480</height>
<itemgap>0</itemgap>
<onleft>9001</onleft>
<onright>2</onright>
<onup>9</onup>
<ondown>9</ondown>
<onright>5</onright>
<onup>3</onup>
<ondown>3</ondown>
<scrolltime>0</scrolltime>
</control>
</control>
<!-- right group -->
<control type="group">
<left>450</left>
<top>58</top>
<control type="grouplist" id="2">
<control type="grouplist" id="5">
<description>control area</description>
<width>970</width>
<height>480</height>
<itemgap>0</itemgap>
<pagecontrol>60</pagecontrol>
<onleft>9</onleft>
<onright condition="Container(2).HasNext | Container(2).HasPrevious">60</onright>
<onright condition="![Container(2).HasNext | Container(2).HasPrevious]">9001</onright>
<onup>2</onup>
<ondown>2</ondown>
<pagecontrol>65</pagecontrol>
<onleft>3</onleft>
<onright condition="Container(5).HasNext | Container(5).HasPrevious">65</onright>
<onright condition="![Container(5).HasNext | Container(5).HasPrevious]">9001</onright>
<onup>5</onup>
<ondown>5</ondown>
<scrolltime tween="cubic" easing="out">500</scrolltime>
</control>
<control type="scrollbar" id="60">
<visible allowhiddenfocus="true">Control.HasFocus(60) | ControlGroup(2).HasFocus</visible>
<control type="scrollbar" id="65">
<visible allowhiddenfocus="true">[Control.HasFocus(65) | ControlGroup(5).HasFocus]</visible>
<animation effect="fade" time="300" tween="sine" easing="inout" start="0" end="100">Visible</animation>
<left>980</left>
<width>10</width>
<height>480</height>
<onleft>2</onleft>
<onleft>5</onleft>
<onright>9001</onright>
<orientation>vertical</orientation>
</control>
Expand All @@ -73,29 +73,29 @@
<top>58</top>
<width>400</width>
<height>220</height>
<onleft>2</onleft>
<onright>9</onright>
<onleft>5</onleft>
<onright>3</onright>
<onup>9001</onup>
<ondown>9001</ondown>
<align>center</align>
<itemgap>20</itemgap>
<control type="button" id="10">
<control type="button" id="28">
<description>OK Button</description>
<width>400</width>
<label>186</label>
<align>center</align>
<font>font15_title</font>
<texturenofocus colordiffuse="33787878">selecteditem_bg.png</texturenofocus>
</control>
<control type="button" id="11">
<control type="button" id="29">
<description>Cancel Button</description>
<width>400</width>
<label>222</label>
<align>center</align>
<font>font15_title</font>
<texturenofocus colordiffuse="33787878">selecteditem_bg.png</texturenofocus>
</control>
<control type="button" id="12">
<control type="button" id="30">
<description>Defaults Button</description>
<width>400</width>
<label>409</label>
Expand All @@ -111,44 +111,49 @@
<height>210</height>
<texture>$INFO[Window.Property(Addon.ID),special://home/addons/,/icon.png]</texture>
</control>
<control type="button" id="13">
<description>Default Category Button</description>
<width>350</width>
<align>right</align>
<textcolor>maintext</textcolor>
</control>
<control type="button" id="3">
<control type="button" id="7">
<description>Default Button</description>
<width>970</width>
<focusedcolor>maintext</focusedcolor>
</control>
<control type="radiobutton" id="4">
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<width>970</width>
<focusedcolor>maintext</focusedcolor>
</control>
<control type="spincontrolex" id="5">
<control type="spincontrolex" id="9">
<description>Default spincontrolex</description>
<width>970</width>
<focusedcolor>maintext</focusedcolor>
<reverse>yes</reverse>
</control>
<control type="image" id="6">
<control type="button" id="10">
<description>Default Category Button</description>
<width>350</width>
<align>right</align>
<textcolor>maintext</textcolor>
</control>
<control type="image" id="11">
<description>Default Separator</description>
<height>0</height>
<include>HiddenObject</include>
</control>
<control type="label" id="7">
<control type="edit" id="12">
<width>970</width>
<focusedcolor>maintext</focusedcolor>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<width>970</width>
<focusedcolor>maintext</focusedcolor>
</control>
<control type="label" id="14">
<width>970</width>
<height>60</height>
<font>font14_title</font>
<label />
<textcolor>highlight</textcolor>
<textoffsetx>15</textoffsetx>
</control>
<control type="sliderex" id="8">
<description>Default Slider</description>
<width>970</width>
<focusedcolor>maintext</focusedcolor>
</control>
</controls>
</window>

0 comments on commit 9fad0ce

Please sign in to comment.