[PC-BSD Commits] r1866 - pcbsd/trunk/system-overlay/usr/local/share/apps/kdm/themes/pcbsd
svn at pcbsd.org
svn at pcbsd.org
Wed May 7 11:46:03 PDT 2008
Author: kris
Date: 2008-05-07 11:46:03 -0700 (Wed, 07 May 2008)
New Revision: 1866
Modified:
pcbsd/trunk/system-overlay/usr/local/share/apps/kdm/themes/pcbsd/pcbsd.xml
Log:
Replaced the old pcbsd.xml file
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:53:23 UTC (rev 1865)
+++ pcbsd/trunk/system-overlay/usr/local/share/apps/kdm/themes/pcbsd/pcbsd.xml 2008-05-07 18:46:03 UTC (rev 1866)
@@ -20,27 +20,33 @@
</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="49%" width="180" height="180"/>
+ <pos anchor="c" x="45%" y="54%" width="180" height="180"/>
<!-- username-label -->
<item type="label">
<pos anchor="w" x="0%" y="30%"/>
- <normal color="#9f1111" font="Denmark 12"/>
+ <normal color="#9f1111" font="Denmark 10"/>
<stock type="username-label"/>
</item>
<!-- password-label -->
<item type="label">
<pos anchor="w" x="0%" y="50%"/>
- <normal color="#9f1111" font="Denmark 12"/>
+ <normal color="#9f1111" font="Denmark 10"/>
<stock type="password-label"/>
</item>
</item>
<item type="rect">
- <pos anchor="c" x="60%" y="49%" width="150" height="180"/>
+ <pos anchor="c" x="60%" y="50%" width="150" height="180"/>
<!-- username-entry -->
<item type="entry" id="user-entry">
@@ -55,8 +61,8 @@
<!-- Login-Error -->
<item type="label" id="pam-error">
- <pos anchor="c" x="50%" y="54%"/>
- <normal color="#FF0000" font="Denmark 12"/>
+ <pos anchor="c" x="50%" y="58%"/>
+ <normal color="#FF0000" font="Denmark 10"/>
<text></text>
</item>
@@ -69,6 +75,13 @@
</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