changeset 468:61ae1529b238

Limited the size of the combobox showing the indenters because with the supported programming languages in the name, the comobox was to large in width. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@705 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 26 May 2008 12:26:19 +0000
parents 3df4cd788ce3
children 0f116c3002d7
files src/toolBarWidget.ui
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/toolBarWidget.ui	Mon May 26 12:19:29 2008 +0000
+++ b/src/toolBarWidget.ui	Mon May 26 12:26:19 2008 +0000
@@ -5,7 +5,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>760</width>
+    <width>775</width>
     <height>32</height>
    </rect>
   </property>
@@ -46,6 +46,12 @@
      <property name="toolTip" >
       <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Shows the currently chosen indenters name and lets you choose other available indenters&lt;/p>&lt;/body>&lt;/html></string>
      </property>
+     <property name="sizeAdjustPolicy" >
+      <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
+     </property>
+     <property name="minimumContentsLength" >
+      <number>20</number>
+     </property>
     </widget>
    </item>
    <item>