[PC-BSD Commits] r709 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 12 18:18:43 PDT 2007
Author: kris
Date: 2007-09-12 18:18:42 -0700 (Wed, 12 Sep 2007)
New Revision: 709
Modified:
pcbsd/trunk/PCInstall/pcinstall.ui.h
Log:
Changed default installer font to 10 like the rest of the OS
Modified: pcbsd/trunk/PCInstall/pcinstall.ui.h
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.ui.h 2007-09-13 01:08:09 UTC (rev 708)
+++ pcbsd/trunk/PCInstall/pcinstall.ui.h 2007-09-13 01:18:42 UTC (rev 709)
@@ -2583,7 +2583,7 @@
// If we are NOT running on vmware
if(CheckVMware->normalExit() && CheckVMware->exitStatus() == 0 )
{
- QFont f( "Sans Serif", 11);
+ QFont f( "Sans Serif", 10);
setFont( f );
}
More information about the Commits
mailing list