Skip to content

Commit

Permalink
MythCenter-wide: add a shape that can be used as a popup background
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Aug 8, 2013
1 parent bad43e1 commit 618c76a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mythtv/themes/MythCenter-wide/base.xml
Expand Up @@ -145,6 +145,17 @@
<cornerradius>12</cornerradius>
</shape>

<!-- Base definition of a shape used as a background on many popups -->
<shape name="basepopupbackground" from="basebackground">
<fill style="gradient">
<gradient direction="vertical" alpha="255">
<stop position="0" color="#111111" />
<stop position="50" color="#888888" />
<stop position="100" color="#111111" />
</gradient>
</fill>
</shape>

<!-- Base definition of a shape used as a background to many widgets -->
<shape name="basewidgetshape">
<area>0,0,100%,100%</area>
Expand Down

0 comments on commit 618c76a

Please sign in to comment.