[PC-BSD Commits] r1864 - pcbsd/trunk/system-overlay/usr/local/share/apps/kdm/themes/pcbsd
svn at pcbsd.org
svn at pcbsd.org
Wed May 7 10:47:43 PDT 2008
Author: kris
Date: 2008-05-07 10:47:43 -0700 (Wed, 07 May 2008)
New Revision: 1864
Modified:
pcbsd/trunk/system-overlay/usr/local/share/apps/kdm/themes/pcbsd/pcbsd.xml
Log:
Updated the XML file for the KDM login screen to use the new background.png
better
Modified: pcbsd/trunk/system-overlay/usr/local/share/apps/kdm/themes/pcbsd/pcbsd.xml
===================================================================
--- pcbsd/trunk/system-overlay/usr/local/share/apps/kdm/themes/pcbsd/pcbsd.xml 2008-05-07 17:40:12 UTC (rev 1863)
+++ pcbsd/trunk/system-overlay/usr/local/share/apps/kdm/themes/pcbsd/pcbsd.xml 2008-05-07 17:47:43 UTC (rev 1864)
@@ -9,7 +9,7 @@
<!-- at the moment, the userlist doesn't support alpha or pixmap, so it looks ugly --><!--
<item type="rect" id="userlist-background">
- <pos x="30%" y="50%" width="90" height="30%"/>
+ <pos x="30%" y="70%" width="90" height="30%"/>
<fixed>
<item type="rect" id="userlist">
<normal color="#FFFFFF" alpha="0.1"/>
@@ -20,33 +20,27 @@
</item>
-->
- <item type="pixmap">
- <normal file="login.png"/>
- <pos anchor="c" x="50%" y="50%" width="450" height="250"/>
- </item>
-
-
<item type="rect">
- <pos anchor="c" x="45%" y="54%" width="180" height="180"/>
+ <pos anchor="c" x="45%" y="49%" width="180" height="180"/>
<!-- username-label -->
<item type="label">
<pos anchor="w" x="0%" y="30%"/>
- <normal color="#9f1111" font="Denmark 10"/>
+ <normal color="#9f1111" font="Denmark 12"/>
<stock type="username-label"/>
</item>
<!-- password-label -->
<item type="label">
<pos anchor="w" x="0%" y="50%"/>
- <normal color="#9f1111" font="Denmark 10"/>
+ <normal color="#9f1111" font="Denmark 12"/>
<stock type="password-label"/>
</item>
</item>
<item type="rect">
- <pos anchor="c" x="60%" y="54%" width="150" height="180"/>
+ <pos anchor="c" x="60%" y="49%" width="150" height="180"/>
<!-- username-entry -->
<item type="entry" id="user-entry">
@@ -61,8 +55,8 @@
<!-- Login-Error -->
<item type="label" id="pam-error">
- <pos anchor="c" x="50%" y="58%"/>
- <normal color="#FF0000" font="Denmark 10"/>
+ <pos anchor="c" x="50%" y="54%"/>
+ <normal color="#FF0000" font="Denmark 12"/>
<text></text>
</item>
@@ -75,13 +69,6 @@
</item>
- <!-- Welcome on ... -->
- <item type="label">
- <pos anchor="c" x="50%" y="42%"/>
- <normal color="#FFFFFF" font="Denmark 18"/>
- <stock type="welcome-label"/>
- </item>
-
<item type="rect" id="disconnect_button" button="true">
<show modes="flexi,remote"/>
<pos x="81%" y="740" width="32" height="60"/>
More information about the Commits
mailing list