Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2015
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. <include condition="!Skin.HasSetting(HideSearch)">SearchDot</include>
  2. </control>
  3. <include condition="!Skin.HasSetting(HideSearch)">SearchButton</include>
  4. <control type="image">
  5. <posx>1219</posx>
  6. <posy>0</posy>
  7. <width>29</width>
  8. <height>30</height>
  9. <texture>dot.png</texture>
  10. </control>
  11. <control type="button" id="20">
  12. <description>Power push button</description>
  13. <posx>1248</posx>
  14. <posy>7</posy>
  15. <width>20</width>
  16. <height>20</height>
  17. <label>-</label>
  18. <font>-</font>
  19. <onclick>ActivateWindow(ShutdownMenu)</onclick>
  20. <texturefocus>-</texturefocus>
  21. <texturenofocus>-</texturenofocus>
  22. <pulseonselect>true</pulseonselect>
  23. <onleft>10</onleft>
  24. <onright>10</onright>
  25. <onup>9000</onup>
  26. <ondown>9000</ondown>
  27. </control>
  28. <control type="image">
  29. <posx>1248</posx>
  30. <posy>7</posy>
  31. <width>20</width>
  32. <height>20</height>
  33. <aspectratio>keep</aspectratio>
  34. <texture>$VAR[HomePowerButton]</texture>
  35. <animation effect="rotate" start="0" end="-360" center="auto" time="800" condition="Control.HasFocus(20)">Conditional</animation>
  36. </control>
  37. </control>
  38. <include condition="system.getbool(lookandfeel.enablerssfeeds)">RSS</include>
  39. </control>
  40. <include condition="Skin.HasSetting(Qlock)">QlockHome</include>
  41. <include condition="Skin.HasSetting(TouchScreenMode)">TouchScreenControlsHome</include>
  42. </controls>
  43. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement