Skip to content

Commit

Permalink
[skin_default.xml] Remove a plugin
Browse files Browse the repository at this point in the history
Fallback for a plugin should be in the .py not in the default skin.

Or in this case just use "Setup" screen, e.g. self.skinName = "Setup"
  • Loading branch information
Huevos committed Jan 4, 2018
1 parent 1680cdc commit d19db82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions skin_default.xml
Expand Up @@ -2452,9 +2452,6 @@ self.autoResize()
<widget source="text" position="0,0" size="450,200" font="Regular;20" halign="center" valign="center" render="Label"/>
<ePixmap pixmap="icons/input_error.png" position="5,5" size="53,53" alphatest="on"/>
</screen>
<screen name="SecParameterSetup" position="center,center" size="560,550">
<widget name="config" position="0,0" size="560,526" foregroundColor="window-fg" backgroundColor="window-bg" transparent="0" enableWrapAround="1" scrollbarMode="showOnDemand"/>
</screen>
<screen name="SatNimSelection" position="center,center" size="560,550">
<widget name="nimlist" position="0,0" size="560,533" itemHeight="45" foregroundColor="window-fg" backgroundColor="window-bg" transparent="1" scrollbarMode="showOnDemand"/>
</screen>
Expand Down

0 comments on commit d19db82

Please sign in to comment.