[PATCH] Make file tree to tab widget ratio 1:5

From: Andy Parkins <andyparkins@gmail.com>
Date: 2007-02-08 08:39:35
Signed-off-by: Andy Parkins <andyparkins@gmail.com>
---
 src/mainview.ui |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/src/mainview.ui b/src/mainview.ui
index 5376291..7919b5d 100644
--- a/src/mainview.ui
+++ b/src/mainview.ui
@@ -29,6 +29,14 @@
        <enum>Qt::Horizontal</enum>
       </property>
       <widget class="TreeView" name="treeView" >
+       <property name="sizePolicy" >
+        <sizepolicy>
+         <hsizetype>7</hsizetype>
+         <vsizetype>13</vsizetype>
+         <horstretch>1</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
        <property name="contextMenuPolicy" >
         <enum>Qt::CustomContextMenu</enum>
        </property>
@@ -48,6 +56,14 @@
        </column>
       </widget>
       <widget class="QTabWidget" name="tabWdg" >
+       <property name="sizePolicy" >
+        <sizepolicy>
+         <hsizetype>7</hsizetype>
+         <vsizetype>7</vsizetype>
+         <horstretch>5</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
        <widget class="QWidget" name="TabWdg" >
         <attribute name="title" >
          <string>Tab&amp;Wdg</string>
@@ -90,7 +106,7 @@
      <x>0</x>
      <y>0</y>
      <width>975</width>
-     <height>32</height>
+     <height>31</height>
     </rect>
    </property>
    <widget class="QMenu" name="Edit" >
-- 
1.5.0.rc1.gf4b6c


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Thu Feb 08 08:42:54 2007

This archive was generated by hypermail 2.1.8 : 2007-02-08 08:50:42 EST