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

stable backout: tweak layout, give message more area than command log

Changeset 48296093b489

Parent ef00e5a241f5

by Steve Borho

Changes to one file · Browse files at 48296093b489 Showing diff from parent ef00e5a241f5 Diff from another changeset...

 
54
55
56
57
 
58
59
60
 
101
102
103
104
 
105
106
107
 
54
55
56
 
57
58
59
60
 
101
102
103
 
104
105
106
107
@@ -54,7 +54,7 @@
  self.msgTextEdit.refresh(repo)   self.msgTextEdit.loadSettings(QSettings(), 'backout/message')   self.msgTextEdit.setText(self.msgset['str']) - box.addWidget(self.msgTextEdit, 1) + box.addWidget(self.msgTextEdit, 2)     ## options   opt_sep = qtlib.LabeledSeparator(_('Options')) @@ -101,7 +101,7 @@
  self.cmd.commandStarted.connect(self.command_started)   self.cmd.commandFinished.connect(self.command_finished)   self.cmd.commandCanceling.connect(self.command_canceling) - box.addWidget(self.cmd, 2) + box.addWidget(self.cmd, 1)     ## bottom buttons   buttons = QDialogButtonBox()