Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: do not strech cset message on resize

Changeset 539e7b8136b0

Parent e07dd9f267cd

by Adrian Buehlmann

Changes to 2 files · Browse files at 539e7b8136b0 Showing diff from parent e07dd9f267cd Diff from another changeset...

 
140
141
142
143
 
144
145
146
 
140
141
142
 
143
144
145
146
@@ -140,7 +140,7 @@
  <property name="sizePolicy">   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">   <horstretch>0</horstretch> - <verstretch>0</verstretch> + <verstretch>1</verstretch>   </sizepolicy>   </property>   <property name="minimumSize">
 
2
3
4
5
 
6
7
8
 
89
90
91
92
 
93
94
95
 
2
3
4
 
5
6
7
8
 
89
90
91
 
92
93
94
95
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\workbench.ui'  # -# Created: Tue May 04 10:56:11 2010 +# Created: Tue May 04 14:30:21 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -89,7 +89,7 @@
  self.textview_status = HgFileView(self.splitter)   sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)   sizePolicy.setHorizontalStretch(0) - sizePolicy.setVerticalStretch(0) + sizePolicy.setVerticalStretch(1)   sizePolicy.setHeightForWidth(self.textview_status.sizePolicy().hasHeightForWidth())   self.textview_status.setSizePolicy(sizePolicy)   self.textview_status.setMinimumSize(QtCore.QSize(0, 0))