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

List:       kde-commits
Subject:    koffice/lib/kofficeui
From:       Thomas Zander <zander () kde ! org>
Date:       2005-12-10 15:11:49
Message-ID: 1134227509.194361.505.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 487398 by zander:

Layout fixes


 M  +4 -4      KoPageLayoutColumnsBase.ui  
 M  +2 -0      koPageLayoutDia.cc  


--- trunk/koffice/lib/kofficeui/KoPageLayoutColumnsBase.ui #487397:487398
@@ -8,8 +8,8 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>310</width>
-            <height>206</height>
+            <width>361</width>
+            <height>169</height>
         </rect>
     </property>
     <property name="caption">
@@ -72,8 +72,8 @@
             </property>
             <property name="sizePolicy">
                 <sizepolicy>
-                    <hsizetype>5</hsizetype>
-                    <vsizetype>5</vsizetype>
+                    <hsizetype>7</hsizetype>
+                    <vsizetype>7</vsizetype>
                     <horstretch>1</horstretch>
                     <verstretch>0</verstretch>
                 </sizepolicy>
--- trunk/koffice/lib/kofficeui/koPageLayoutDia.cc #487397:487398
@@ -356,6 +356,7 @@
     QWidget *tab3 = addPage(i18n( "Col&umns" ));
     QHBoxLayout *lay = new QHBoxLayout(tab3);
     m_columnsTab = new KoPageLayoutColumns(tab3, m_layout, m_unit, m_column);
+    m_columnsTab->layout()->setMargin(0);
     lay->addWidget(m_columnsTab);
     m_columnsTab->show();
     connect (m_columnsTab, SIGNAL( propertyChange(KoColumns&)),
@@ -375,6 +376,7 @@
     QWidget *tab4 = addPage(i18n( "H&eader && Footer" ));
     QHBoxLayout *lay = new QHBoxLayout(tab4);
     m_headerTab = new KoPageLayoutHeader(tab4, m_unit, kwhf);
+    m_headerTab->layout()->setMargin(0);
     lay->addWidget(m_headerTab);
     m_headerTab->show();
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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