[PC-BSD Commits] r707 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 12 17:57:12 PDT 2007
Author: kris
Date: 2007-09-12 17:57:12 -0700 (Wed, 12 Sep 2007)
New Revision: 707
Modified:
pcbsd/trunk/PCInstall/main.cpp
Log:
Remove the Installer window centerting, use fluxbox to center it instead
Modified: pcbsd/trunk/PCInstall/main.cpp
===================================================================
--- pcbsd/trunk/PCInstall/main.cpp 2007-09-13 00:15:02 UTC (rev 706)
+++ pcbsd/trunk/PCInstall/main.cpp 2007-09-13 00:57:12 UTC (rev 707)
@@ -35,7 +35,7 @@
PCInstall w;
a.setMainWidget( &w );
- w.setGeometry(64, 48, 896, 672);
+ //w.setGeometry(64, 48, 896, 672);
qApp = &a;
w.ProgramInit();
More information about the Commits
mailing list