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

List:       kde-commits
Subject:    branches/koffice/1.6/koffice/lib/koproperty
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2006-09-11 10:33:02
Message-ID: 1157970782.530074.3315.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 583006 by staniek:

KoProperty
= fixed group widget's height

2.0: merged



 M  +2 -1      editoritem.cpp  


--- branches/koffice/1.6/koffice/lib/koproperty/editoritem.cpp #583005:583006
@@ -98,6 +98,7 @@
 		, m_isOpen(true)
 		, m_mouseDown(false)
 		{
+			setSizePolicy(QSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed, 0, 1));
 		}
 
 		void setText( const QString &text )
@@ -207,7 +208,7 @@
 : QWidget(parent)
 , d(new Private())
 {
-	setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
+	setSizePolicy(QSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed, 0, 1));
 	d->lyr = new QVBoxLayout(this);
 	d->groupWidget = new GroupWidgetBase(this);
 	d->groupWidget->setText( title );
[prev in list] [next in list] [prev in thread] [next in thread] 

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