Skip to content

Commit

Permalink
Merge pull request #3 from E2OpenPlugins/revert-2-master
Browse files Browse the repository at this point in the history
Revert "Remove superfluous usage of skin_default in image paths, don't hardco…"
  • Loading branch information
WanWizard authored Sep 29, 2019
2 parents 1e4e8fe + d7906b3 commit ee53e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/ppanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ class Execute(PPanelEntry):
skin = """
<screen position="c-250,c-200" size="500,400">
<widget name="linelist" font="Fixed;16" position="5,5" size="e-10,e-55" />
<ePixmap pixmap="buttons/yellow.png" position="5,e-45" zPosition="1" size="140,40" alphatest="on" />
<ePixmap pixmap="buttons/blue.png" position="e-145,e-45" zPosition="1" size="140,40" alphatest="on" />
<ePixmap pixmap="skin_default/buttons/yellow.png" position="5,e-45" zPosition="1" size="140,40" alphatest="on" />
<ePixmap pixmap="skin_default/buttons/blue.png" position="e-145,e-45" zPosition="1" size="140,40" alphatest="on" />
<widget name="key_yellow" position="5,e-45" size="140,40" zPosition="2" valign="center" halign="center" font="Regular;20" transparent="1" backgroundColor="yellow" />
<widget name="key_blue" position="e-145,e-45" size="140,40" zPosition="2" valign="center" halign="center" font="Regular;20" transparent="1" backgroundColor="blue" />
</screen>"""
Expand Down

0 comments on commit ee53e87

Please sign in to comment.