Skip to content

Commit

Permalink
Replace some broken image links with shapes instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Jan 25, 2011
1 parent cb002bc commit 361140b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
14 changes: 5 additions & 9 deletions mythplugins/mythbrowser/theme/default-wide/browser-ui.xml
Expand Up @@ -61,9 +61,7 @@
<statetype name="buttonitem">
<area>0,0,180,40</area>
<state name="active">
<imagetype name="buttonbackground">
<filename>horiz_selector.png</filename>
</imagetype>
<shape name="background" from="basewidgetshape" />
<textarea name="buttontext" from="basetextarea">
<area>0,0,180,40</area>
<font>basesmall</font>
Expand All @@ -73,14 +71,12 @@
</textarea>
</state>
<state name="selectedactive" from="active">
<imagetype name="buttonbackground">
<filename>horiz_selector_selected.png</filename>
</imagetype>
<shape name="background" from="baseselectedwidgetshape" />
</state>
<state name="selectedinactive" from="active">
<imagetype name="buttonbackground">
<filename>horiz_selector_inactive.png</filename>
</imagetype>
<textarea name="buttontext">
<font>basesmallgrey</font>
</textarea>
</state>
</statetype>
<statetype name="downscrollarrow">
Expand Down
14 changes: 5 additions & 9 deletions mythplugins/mythbrowser/theme/default/browser-ui.xml
Expand Up @@ -53,24 +53,20 @@
<statetype name="buttonitem">
<area>0,0,180,40</area>
<state name="active">
<imagetype name="buttonbackground">
<filename>horiz_selector.png</filename>
</imagetype>
<shape name="background" from="basewidgetshape" />
<textarea name="buttontext" from="basetextarea">
<area>0,0,180,40</area>
<font>basesmall</font>
<align>allcenter</align>
</textarea>
</state>
<state name="selectedactive" from="active">
<imagetype name="buttonbackground">
<filename>horiz_selector_selected.png</filename>
</imagetype>
<shape name="background" from="baseselectedwidgetshape" />
</state>
<state name="selectedinactive" from="active">
<imagetype name="buttonbackground">
<filename>horiz_selector_inactive.png</filename>
</imagetype>
<textarea name="buttontext">
<font>basesmallgrey</font>
</textarea>
</state>
</statetype>
<statetype name="downscrollarrow">
Expand Down

0 comments on commit 361140b

Please sign in to comment.