PERFORCE change 29228 for review
Chris Vance
cvance at FreeBSD.org
Fri Apr 18 14:38:47 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29228
Change 29228 by cvance at cvance_demo on 2003/04/18 14:37:57
Resize main application window
Affected files ...
.. //depot/projects/trustedbsd/misc/kugidfw/main.cc#2 edit
Differences ...
==== //depot/projects/trustedbsd/misc/kugidfw/main.cc#2 (text+ko) ====
@@ -41,6 +41,7 @@
KApplication a(argc, argv, "KUGIDFW");
KUGIDFW *w = new KUGIDFW();
+ w->resize(800,600);
a.setMainWidget( w );
w->show();
return a.exec();
More information about the p4-projects
mailing list