Tweak revision control comment dialog.
svn: r523
This commit is contained in:
parent
9c9514b9f9
commit
248dfef54a
@ -52,6 +52,7 @@ class RevisionComment:
|
||||
})
|
||||
self.text = self.top.get_widget("text")
|
||||
self.win = self.top.get_widget("revcom")
|
||||
self.win.editable_enters(self.text)
|
||||
self.win.show()
|
||||
|
||||
def on_savecomment_clicked(self,obj):
|
||||
|
@ -7343,6 +7343,7 @@ Unknown
|
||||
<name>text</name>
|
||||
<width>350</width>
|
||||
<can_focus>True</can_focus>
|
||||
<has_focus>True</has_focus>
|
||||
<editable>True</editable>
|
||||
<text_visible>True</text_visible>
|
||||
<text_max_length>0</text_max_length>
|
||||
|
Loading…
Reference in New Issue
Block a user