Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable email: add size grip and minimize

Changeset c823a64d56dc

Parent 2a530f3002c4

by Adrian Buehlmann

Changes to 2 files · Browse files at c823a64d56dc Showing diff from parent 2a530f3002c4 Diff from another changeset...

 
30
31
32
 
 
33
34
35
 
30
31
32
33
34
35
36
37
@@ -30,6 +30,8 @@
  (Passed as `hg email --bundle --rev {rev}`)   """   super(EmailDialog, self).__init__(parent) + self.setWindowFlags((self.windowFlags() | Qt.WindowMinimizeButtonHint) + & ~Qt.WindowContextHelpButtonHint)   self._repo = repo   self._outgoing = outgoing   self._outgoingrevs = outgoingrevs or []
 
13
14
15
 
 
 
16
17
18
 
13
14
15
16
17
18
19
20
21
@@ -13,6 +13,9 @@
  <property name="windowTitle">   <string>Email</string>   </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property>   <layout class="QVBoxLayout" name="verticalLayout_5">   <item>   <widget class="QTabWidget" name="main_tabs">