Skip to content

Commit

Permalink
MythBrowser: Default 4:3 theme updates.
Browse files Browse the repository at this point in the history
Add the favicon and loading indicator to the page list.

Also make the page list wider to make better use of the available space.
  • Loading branch information
Paul Harrison committed May 8, 2011
1 parent 4de871a commit 8089760
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion mythplugins/mythbrowser/theme/default/browser-ui.xml
Expand Up @@ -4,7 +4,45 @@

<window name="browser">
<buttonlist name="pagelist" from="baseselector">
<area>20,10,760,45</area>
<area>20,10,760,44</area>
<buttonarea>0,0,742,44</buttonarea>
<statetype name="buttonitem">
<state name="active">
<area>0,0,742,44</area>
<imagetype name="favicon">
<area>6,6,32,32</area>
</imagetype>
<statetype name="loadingstate">
<position>9,9</position>
<state name="loading">
<imagetype name="animation">
<position>0,0</position>
<filepattern low="1" high="8">mb_loading_%1.png</filepattern>
<delay>160</delay>
</imagetype>
</state>
</statetype>
<textarea name="buttontext">
<area>40,2,700,40</area>
<align>allcenter</align>
</textarea>
</state>
<state name="selectedactive" from="active">
<shape name="background" from="baseselectedwidgetshape" />
</state>
<state name="selectedinactive" from="active">
<shape name="background" from="baseinactivewidgetshape" />
<textarea name="buttontext">
<font>basesmallpurple</font>
</textarea>
</state>
</statetype>
<statetype name="downscrollarrow">
<position>746,2</position>
</statetype>
<statetype name="upscrollarrow">
<position>746,22</position>
</statetype>
</buttonlist>

<webbrowser name="webbrowser">
Expand Down

0 comments on commit 8089760

Please sign in to comment.