[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/kgeography/src
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2005-07-30 14:44:58
Message-ID: 1122734698.947646.16895.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 440443 by aacid:

nicer layouting


 M  +4 -1      mapchooser.cpp  


--- trunk/KDE/kdeedu/kgeography/src/mapchooser.cpp #440442:440443
@@ -20,7 +20,6 @@
 
 #include "mapchooser.h"
 
-
 class imageWidget : public QWidget
 {
 	public:
@@ -77,6 +76,10 @@
 	mapLay = new QGridLayout(mapArea);
 	mapLay -> setMargin(3);
 	mapLay -> setSpacing(3);
+	mapLay -> setColumnStretch(0, 1);
+	mapLay -> setColumnStretch(2, 1);
+	mapLay -> setRowStretch(0, 1);
+	mapLay -> setRowStretch(2, 1);
 	
 	p_image = new imageWidget(mapArea);
 	mapLay -> addWidget(p_image, 1, 1);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic