diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin_default.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/data/skin_default.xml b/data/skin_default.xml index 78c9d3f9..8370a5e5 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -23,8 +23,17 @@ <!-- Adapter setup --> <screen name="AdapterSetup" position="130,140" size="460,330" title="Network Setup" > <widget name="iface" position="10,10" size="440,30" zPosition="1" font="Regular;20" /> - <widget name="config" position="10,50" size="440,175" scrollbarMode="showOnDemand" /> - <widget name="introduction" position="10,300" size="440,20" font="Regular;21" halign="center" /> + <widget name="config" position="10,50" size="440,130" scrollbarMode="showOnDemand" /> + <widget name="introduction" position="10,180" size="440,20" font="Regular;21" halign="center" /> + <widget name="introduction2" position="10,210" size="440,20" font="Regular;21" halign="center" /> + + <widget name="IPtext" position="10,240" size="190,21" zPosition="1" font="Regular;21" /> + <widget name="Netmasktext" position="10,265" size="190,21" zPosition="1" font="Regular;21" /> + <widget name="Gatewaytext" position="10,290" size="190,21" zPosition="1" font="Regular;21" /> + + <widget name="IP" position="200,240" size="440,21" zPosition="1" font="Regular;21" /> + <widget name="Mask" position="200,265" size="440,21" zPosition="1" font="Regular;21" /> + <widget name="Gateway" position="200,290" size="440,21" zPosition="1" font="Regular;21" /> </screen> <!-- Audio selection --> <screen name="AudioSelection" position="210,203" size="300,170" title="Audio" > |
