Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable history: add VSeparators in syncbar

visually separating in / out controls

Changeset c39ac49f885e

Parent 01b3e55fee5a

by Adrian Buehlmann

Changes to one file · Browse files at c39ac49f885e Showing diff from parent 01b3e55fee5a Diff from another changeset...

 
924
925
926
927
 
928
929
930
931
932
933
934
 
935
936
937
 
924
925
926
 
927
928
929
930
931
932
933
 
934
935
936
937
@@ -924,14 +924,14 @@
  _('Reject changes from Bundle preview'))   pull = syncbox.append_stock(gtk.STOCK_GOTO_BOTTOM,   _('Pull incoming changesets')) - + syncbox.append_widget(gtk.VSeparator())   outgoing = syncbox.append_stock(gtk.STOCK_GO_UP,   _('Determine and mark outgoing changesets'))   push = syncbox.append_stock(gtk.STOCK_GOTO_TOP,   _('Push outgoing changesets'))   email = syncbox.append_stock(gtk.STOCK_GOTO_LAST,   _('Email outgoing changesets')) - + syncbox.append_widget(gtk.VSeparator())   stop = syncbox.append_stock(gtk.STOCK_STOP,   _('Stop current transaction'))