Skip to content

Commit fa2ae0d

Browse files
committed
Replace some broken image links with shapes instead.
(cherry picked from commit 361140b)
1 parent 61c78f5 commit fa2ae0d

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

mythplugins/mythbrowser/theme/default-wide/browser-ui.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@
6161
<statetype name="buttonitem">
6262
<area>0,0,180,40</area>
6363
<state name="active">
64-
<imagetype name="buttonbackground">
65-
<filename>horiz_selector.png</filename>
66-
</imagetype>
64+
<shape name="background" from="basewidgetshape" />
6765
<textarea name="buttontext" from="basetextarea">
6866
<area>0,0,180,40</area>
6967
<font>basesmall</font>
@@ -73,14 +71,12 @@
7371
</textarea>
7472
</state>
7573
<state name="selectedactive" from="active">
76-
<imagetype name="buttonbackground">
77-
<filename>horiz_selector_selected.png</filename>
78-
</imagetype>
74+
<shape name="background" from="baseselectedwidgetshape" />
7975
</state>
8076
<state name="selectedinactive" from="active">
81-
<imagetype name="buttonbackground">
82-
<filename>horiz_selector_inactive.png</filename>
83-
</imagetype>
77+
<textarea name="buttontext">
78+
<font>basesmallgrey</font>
79+
</textarea>
8480
</state>
8581
</statetype>
8682
<statetype name="downscrollarrow">

mythplugins/mythbrowser/theme/default/browser-ui.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,20 @@
5353
<statetype name="buttonitem">
5454
<area>0,0,180,40</area>
5555
<state name="active">
56-
<imagetype name="buttonbackground">
57-
<filename>horiz_selector.png</filename>
58-
</imagetype>
56+
<shape name="background" from="basewidgetshape" />
5957
<textarea name="buttontext" from="basetextarea">
6058
<area>0,0,180,40</area>
6159
<font>basesmall</font>
6260
<align>allcenter</align>
6361
</textarea>
6462
</state>
6563
<state name="selectedactive" from="active">
66-
<imagetype name="buttonbackground">
67-
<filename>horiz_selector_selected.png</filename>
68-
</imagetype>
64+
<shape name="background" from="baseselectedwidgetshape" />
6965
</state>
7066
<state name="selectedinactive" from="active">
71-
<imagetype name="buttonbackground">
72-
<filename>horiz_selector_inactive.png</filename>
73-
</imagetype>
67+
<textarea name="buttontext">
68+
<font>basesmallgrey</font>
69+
</textarea>
7470
</state>
7571
</statetype>
7672
<statetype name="downscrollarrow">

0 commit comments

Comments
 (0)