* src/DisplayTabs.py (NoteTab.build_interface): Add spacing to
radiobuttons. svn: r6542
This commit is contained in:
parent
2884c076bf
commit
33490899c4
@ -1,4 +1,6 @@
|
|||||||
2006-05-03 Alex Roitman <shura@gramps-project.org>
|
2006-05-03 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/DisplayTabs.py (NoteTab.build_interface): Add spacing to
|
||||||
|
radiobuttons.
|
||||||
* src/plugins/ReorderIds.py (ReorderIds.reorder): Switch from
|
* src/plugins/ReorderIds.py (ReorderIds.reorder): Switch from
|
||||||
cursors to keys iteration.
|
cursors to keys iteration.
|
||||||
|
|
||||||
|
@ -1457,9 +1457,11 @@ class NoteTab(GrampsTab):
|
|||||||
|
|
||||||
vbox.pack_start(scroll, True)
|
vbox.pack_start(scroll, True)
|
||||||
vbox.set_spacing(6)
|
vbox.set_spacing(6)
|
||||||
|
vbox.set_border_width(6)
|
||||||
|
|
||||||
hbox = gtk.HBox()
|
hbox = gtk.HBox()
|
||||||
hbox.set_spacing(6)
|
hbox.set_spacing(12)
|
||||||
|
hbox.set_border_width(6)
|
||||||
hbox.pack_start(self.flowed, False)
|
hbox.pack_start(self.flowed, False)
|
||||||
hbox.pack_start(self.format, False)
|
hbox.pack_start(self.format, False)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user