[PC-BSD Commits] r21624 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Wed Feb 20 12:36:40 PST 2013
Author: kenmoore
Date: 2013-02-20 20:36:39 +0000 (Wed, 20 Feb 2013)
New Revision: 21624
Modified:
pcbsd-projects/PCDM/pcdm-gui.cpp
pcbsd-projects/PCDM/pcdm.theme
Log:
Fix a typo in the new last login detection and fix the size for the new banner image
Modified: pcbsd-projects/PCDM/pcdm-gui.cpp
===================================================================
--- pcbsd-projects/PCDM/pcdm-gui.cpp 2013-02-20 20:00:34 UTC (rev 21623)
+++ pcbsd-projects/PCDM/pcdm-gui.cpp 2013-02-20 20:36:39 UTC (rev 21624)
@@ -414,7 +414,7 @@
Backend::log("PCDM: Unable to save last login data");
}else{
QTextStream out(&file);
- out << USER << "/n" << DE;
+ out << USER << "\n" << DE;
file.close();
}
}
Modified: pcbsd-projects/PCDM/pcdm.theme
===================================================================
--- pcbsd-projects/PCDM/pcdm.theme 2013-02-20 20:00:34 UTC (rev 21623)
+++ pcbsd-projects/PCDM/pcdm.theme 2013-02-20 20:36:39 UTC (rev 21624)
@@ -16,7 +16,7 @@
BACKGROUND_DISABLE=FALSE # Flag to disable using a background image
HEADER_IMAGE=default-header.jpg # Image to be displayed as a window header
- HEADER_IMAGE_SIZE=800x200 # Size for the image (in pixels)
+ HEADER_IMAGE_SIZE=400x83 # Size for the image (in pixels)
HEADER_DISABLE=FALSE # Flag to remove the header image entirely
USER_IMAGE=default-user.png # Image for the user selection widget
More information about the Commits
mailing list