Skip to content

Commit

Permalink
Merge pull request #1 from persianpros/master
Browse files Browse the repository at this point in the history
 Remove superfluous usage of skin_default in image paths, don't hardc…
  • Loading branch information
littlesat committed Aug 5, 2019
2 parents cff1432 + 29da2ad commit ad1ecf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/plugin.py
Expand Up @@ -10,8 +10,8 @@ class NFSServerSetup(Screen, ConfigListScreen):
skin = """
<screen position="c-175,c-75" size="350,150" title="NFS server setup">
<widget name="config" position="5,10" size="e-10,e-50" />
<ePixmap pixmap="skin_default/buttons/green.png" position="c-145,e-45" zPosition="0" size="140,40" alphatest="on" />
<ePixmap pixmap="skin_default/buttons/red.png" position="c+5,e-45" zPosition="0" size="140,40" alphatest="on" />
<ePixmap pixmap="buttons/green.png" position="c-145,e-45" zPosition="0" size="140,40" alphatest="on" />
<ePixmap pixmap="buttons/red.png" position="c+5,e-45" zPosition="0" size="140,40" alphatest="on" />
<widget name="ok" position="c-145,e-45" size="140,40" valign="center" halign="center" zPosition="1" font="Regular;20" transparent="1" backgroundColor="green" />
<widget name="cancel" position="c+5,e-45" size="140,40" valign="center" halign="center" zPosition="1" font="Regular;20" transparent="1" backgroundColor="red" />
</screen>"""
Expand Down

0 comments on commit ad1ecf2

Please sign in to comment.