diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/skin.xml b/data/skin.xml index bf77ed85..4a7b8252 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -61,11 +61,13 @@ <screen name="Satconfig" position="140,125" size="460,280" title="Satconfig"> <widget name="config" position="10,50" size="420,150" /> </screen> - <screen name="ScanSetup" position="100,100" size="500,350" title="Service scan"> - <widget name="config" position="20,10" size="460,220" /> + <screen name="ScanSetup" position="100,100" size="500,400" title="Service scan"> + <widget name="config" position="20,10" size="460,350" /> + <widget name="introduction" position="20,360" size="280,30" font="Arial;23" /> </screen> <screen name="NetworkSetup" position="140,125" size="460,280" title="Network Setup"> <widget name="config" position="10,50" size="420,175" /> + <widget name="introduction" position="10,230" size="400,30" font="Arial;23" /> </screen> <screen name="PluginBrowser" position="190,125" size="360,250" title="Plugins"> <widget name="title" position="10,10" size="280,35" font="Arial;23" /> |
