diff options
Diffstat (limited to 'dm/mdk-kde.xml')
-rw-r--r-- | dm/mdk-kde.xml | 42 |
1 files changed, 5 insertions, 37 deletions
diff --git a/dm/mdk-kde.xml b/dm/mdk-kde.xml index 78514d0..49e3868 100644 --- a/dm/mdk-kde.xml +++ b/dm/mdk-kde.xml @@ -63,17 +63,6 @@ <item type="entry" id="pw-entry"> <pos height="24" width="230"/> </item> - - - <item type="rect"> - <pos width="100%" height="24"/> - <fixed> - <item type="button" id="ok_button"> - <pos height="box" x="100%" anchor="e" width="box" y="50%"/> - <stock type="ok"/> - </item> - </fixed> - </item> </box> </item> </fixed> @@ -93,31 +82,10 @@ <text>%c</text> </item> <item type="rect"> - <pos x="100%" y="50%" height="30" width="box" anchor="e"/> - <box orientation="horizontal" spacing="20" xpadding="22"> - <item type="rect" id="disconnect_button" button="true"> - <show modes="flexi,remote"/> - <pos width="30" height="30"/> - <fixed> - <item type="pixmap"> - <normal file="disconnect.png" tint="#dddddd"/> - <prelight file="disconnect.png"/> - <active file="disconnect.png" tint="#b8bcdb"/> - </item> - </fixed> - </item> - <item type="rect" id="language_button" button="true"> - <pos width="30" height="30"/> - <fixed> - <item type="pixmap"> - <normal file="languages.png" tint="#dddddd"/> - <prelight file="languages.png"/> - <active file="languages.png" tint="#b8bcdb"/> - </item> - </fixed> - </item> + <pos x="-22" y="50%" height="30" width="80" anchor="e"/> + <fixed> <item type="rect" id="session_button" button="true"> - <pos width="30" height="30"/> + <pos x="0" y="0" width="30" height="30"/> <fixed> <item type="pixmap"> <normal file="sessions.png" tint="#dddddd"/> @@ -128,7 +96,7 @@ </item> <item type="rect" id="system_button" button="true"> <show type="system" modes="console"/> - <pos width="30" height="30"/> + <pos x="50" y="0" width="30" height="30"/> <fixed> <item type="pixmap"> <normal file="system.png" tint="#dddddd"/> @@ -137,7 +105,7 @@ </item> </fixed> </item> - </box> + </fixed> </item> </fixed> </item> |