PERFORCE change 29228 for review

Chris Vance cvance at FreeBSD.org
Fri Apr 18 21:38:45 GMT 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();
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list