horizontal lines where ugly. In line with Gnome HIG I have put the bold sections in again instead.

Added tooltips and moved pushbuttons to the right as that is visually more pleasing to me


svn: r16067
This commit is contained in:
Benny Malengier
2010-10-27 21:07:49 +00:00
parent 78724fd94c
commit ad10304bce
2 changed files with 115 additions and 58 deletions

View File

@@ -94,7 +94,7 @@ class SingSurn(object):
self.top.get_object('originlabel').hide()
self.top.get_object('cmborigin').hide()
self.top.get_object('multsurnamebtn').hide()
self.top.get_object('hseparatormult').show()
self.top.get_object('surnlabel').show()
def show_all(self):
self.top.get_object('prefixlabel').show()
@@ -105,7 +105,7 @@ class SingSurn(object):
self.top.get_object('originlabel').show()
self.top.get_object('cmborigin').show()
self.top.get_object('multsurnamebtn').show()
self.top.get_object('hseparatormult').hide()
self.top.get_object('surnlabel').hide()
class EditPerson(EditPrimary):
"""