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

about: set fixed size for dialog window

Changeset 9563ba32e66d

Parent 248c3c4411e4

by André Sintzoff

Changes to 2 files · Browse files at 9563ba32e66d Showing diff from parent 248c3c4411e4 Diff from another changeset...

 
17
18
19
 
 
 
20
21
22
 
17
18
19
20
21
22
23
24
25
@@ -17,6 +17,9 @@
  <bool>true</bool>   </property>   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0"> + <property name="sizeConstraint"> + <enum>QLayout::SetFixedSize</enum> + </property>   <item>   <layout class="QVBoxLayout" name="info_vlayout">   <item>
 
2
3
4
5
 
6
7
8
 
15
16
17
 
18
19
20
 
2
3
4
 
5
6
7
8
 
15
16
17
18
19
20
21
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'tortoisehg/hgqt/about.ui'  # -# Created: Tue May 18 19:29:40 2010 +# Created: Tue May 18 19:41:14 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -15,6 +15,7 @@
  AboutDialog.resize(327, 306)   AboutDialog.setModal(True)   self.verticalLayout = QtGui.QVBoxLayout(AboutDialog) + self.verticalLayout.setSizeConstraint(QtGui.QLayout.SetFixedSize)   self.verticalLayout.setObjectName("verticalLayout")   self.info_vlayout = QtGui.QVBoxLayout()   self.info_vlayout.setObjectName("info_vlayout")