diff --git a/data/glade/adhoc_commands_window.glade b/data/glade/adhoc_commands_window.glade index 6d6885476..9c46d82db 100644 --- a/data/glade/adhoc_commands_window.glade +++ b/data/glade/adhoc_commands_window.glade @@ -664,90 +664,67 @@ - + True - False + GTK_BUTTONBOX_END 0 - - - - - - - True - True - gtk-execute - True - GTK_RELIEF_NORMAL - True - - - - 3 - False - False - GTK_PACK_END - - - - - - True - True - gtk-go-forward - True - GTK_RELIEF_NORMAL - True - - - - 3 - False - False - GTK_PACK_END - - - True + True True gtk-go-back True GTK_RELIEF_NORMAL True - + + + + + + + True + True + True + gtk-go-forward + True + GTK_RELIEF_NORMAL + True + + + + + + + True + True + True + gtk-execute + True + GTK_RELIEF_NORMAL + True + - - 0 - False - False - GTK_PACK_END - + True + True True gtk-close True GTK_RELIEF_NORMAL True - + - - 3 - False - False - GTK_PACK_END - 0 False - False + True diff --git a/src/dataforms_widget.py b/src/dataforms_widget.py index 0c47832c7..68f973e82 100644 --- a/src/dataforms_widget.py +++ b/src/dataforms_widget.py @@ -418,7 +418,7 @@ class SingleForm(gtk.Table, object): if commonlabel and field.label is not None: label = gtk.Label(field.label) - label.set_alignment(1.0, 0.5) + label.set_alignment(0.0, 0.5) self.attach(label, 0, 1, linecounter, linecounter+1, xoptions=gtk.FILL, yoptions=gtk.FILL)