From: <vac...@us...> - 2008-09-01 22:51:15
|
Revision: 6076 http://krusader.svn.sourceforge.net/krusader/?rev=6076&view=rev Author: vaclavjuza Date: 2008-09-01 22:51:25 +0000 (Mon, 01 Sep 2008) Log Message: ----------- Konfigurator: ... but use the size of the screen if large enough Modified Paths: -------------- trunk/krusader_kde4/krusader/Konfigurator/konfigurator.cpp Modified: trunk/krusader_kde4/krusader/Konfigurator/konfigurator.cpp =================================================================== --- trunk/krusader_kde4/krusader/Konfigurator/konfigurator.cpp 2008-08-31 22:45:54 UTC (rev 6075) +++ trunk/krusader_kde4/krusader/Konfigurator/konfigurator.cpp 2008-09-01 22:51:25 UTC (rev 6076) @@ -81,7 +81,7 @@ connect( this, SIGNAL( user1Clicked() ), this, SLOT( slotUser1() ) ); createLayout( startPage ); - setInitialSize( QSize( 1000, 700 ) ); + resize( 900, 900 ); exec(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |