8730: Error Report Assistant fails
This commit is contained in:
parent
0cd63965a7
commit
ad8259814d
@ -296,7 +296,11 @@ class ErrorReportAssistant(Gtk.Assistant):
|
|||||||
error_details_box.pack_start(button_box, False, False, 0)
|
error_details_box.pack_start(button_box, False, False, 0)
|
||||||
error_details_box.set_hexpand(True)
|
error_details_box.set_hexpand(True)
|
||||||
error_details_box.set_vexpand(True)
|
error_details_box.set_vexpand(True)
|
||||||
error_details_box.set_margin_start(12)
|
|
||||||
|
error_details_box.set_margin_left(12)
|
||||||
|
error_details_box.set_margin_right(12)
|
||||||
|
error_details_box.set_margin_top(12)
|
||||||
|
error_details_box.set_margin_bottom(12)
|
||||||
|
|
||||||
error_details_frame = Gtk.Frame()
|
error_details_frame = Gtk.Frame()
|
||||||
error_details_frame.set_border_width(3)
|
error_details_frame.set_border_width(3)
|
||||||
@ -376,7 +380,10 @@ class ErrorReportAssistant(Gtk.Assistant):
|
|||||||
sys_information_box.pack_start(button_box, False, False, 0)
|
sys_information_box.pack_start(button_box, False, False, 0)
|
||||||
sys_information_box.set_hexpand(True)
|
sys_information_box.set_hexpand(True)
|
||||||
sys_information_box.set_vexpand(True)
|
sys_information_box.set_vexpand(True)
|
||||||
sys_information_box.set_margin_start(12)
|
sys_information_box.set_margin_top(12)
|
||||||
|
sys_information_box.set_margin_bottom(12)
|
||||||
|
sys_information_box.set_margin_left(12)
|
||||||
|
sys_information_box.set_margin_right(12)
|
||||||
|
|
||||||
sys_information_frame = Gtk.Frame()
|
sys_information_frame = Gtk.Frame()
|
||||||
sys_information_frame.set_border_width(3)
|
sys_information_frame.set_border_width(3)
|
||||||
@ -448,7 +455,10 @@ class ErrorReportAssistant(Gtk.Assistant):
|
|||||||
user_information_box.pack_start(button_box, False, False, 0)
|
user_information_box.pack_start(button_box, False, False, 0)
|
||||||
user_information_box.set_hexpand(True)
|
user_information_box.set_hexpand(True)
|
||||||
user_information_box.set_vexpand(True)
|
user_information_box.set_vexpand(True)
|
||||||
user_information_box.set_margin_start(12)
|
user_information_box.set_margin_top(12)
|
||||||
|
user_information_box.set_margin_bottom(12)
|
||||||
|
user_information_box.set_margin_left(12)
|
||||||
|
user_information_box.set_margin_right(12)
|
||||||
|
|
||||||
user_information_frame = Gtk.Frame()
|
user_information_frame = Gtk.Frame()
|
||||||
user_information_frame.set_border_width(3)
|
user_information_frame.set_border_width(3)
|
||||||
@ -512,7 +522,10 @@ class ErrorReportAssistant(Gtk.Assistant):
|
|||||||
summary_box.pack_start(sw_frame, True, True, 0)
|
summary_box.pack_start(sw_frame, True, True, 0)
|
||||||
summary_box.set_hexpand(True)
|
summary_box.set_hexpand(True)
|
||||||
summary_box.set_vexpand(True)
|
summary_box.set_vexpand(True)
|
||||||
summary_box.set_margin_start(12)
|
summary_box.set_margin_top(12)
|
||||||
|
summary_box.set_margin_bottom(12)
|
||||||
|
summary_box.set_margin_left(12)
|
||||||
|
summary_box.set_margin_right(12)
|
||||||
|
|
||||||
summary_frame = Gtk.Frame()
|
summary_frame = Gtk.Frame()
|
||||||
summary_frame.set_border_width(3)
|
summary_frame.set_border_width(3)
|
||||||
@ -578,7 +591,10 @@ class ErrorReportAssistant(Gtk.Assistant):
|
|||||||
url_box.pack_start(url_label, True, True, 0)
|
url_box.pack_start(url_label, True, True, 0)
|
||||||
url_box.pack_start(url_button_vbox, False, False, 0)
|
url_box.pack_start(url_button_vbox, False, False, 0)
|
||||||
url_box.set_hexpand(True)
|
url_box.set_hexpand(True)
|
||||||
url_box.set_margin_start(12)
|
url_box.set_margin_top(12)
|
||||||
|
url_box.set_margin_bottom(12)
|
||||||
|
url_box.set_margin_left(12)
|
||||||
|
url_box.set_margin_right(12)
|
||||||
|
|
||||||
url_frame = Gtk.Frame()
|
url_frame = Gtk.Frame()
|
||||||
url_frame.add(url_box)
|
url_frame.add(url_box)
|
||||||
@ -602,7 +618,10 @@ class ErrorReportAssistant(Gtk.Assistant):
|
|||||||
clip_box.pack_start(clip_label, True, True, 0)
|
clip_box.pack_start(clip_label, True, True, 0)
|
||||||
clip_box.pack_start(clip_button_vbox, False, False, 0)
|
clip_box.pack_start(clip_button_vbox, False, False, 0)
|
||||||
clip_box.set_hexpand(True)
|
clip_box.set_hexpand(True)
|
||||||
clip_box.set_margin_start(12)
|
clip_box.set_margin_left(12)
|
||||||
|
clip_box.set_margin_right(12)
|
||||||
|
clip_box.set_margin_top(12)
|
||||||
|
clip_box.set_margin_bottom(12)
|
||||||
|
|
||||||
clip_frame = Gtk.Frame()
|
clip_frame = Gtk.Frame()
|
||||||
clip_frame.add(clip_box)
|
clip_frame.add(clip_box)
|
||||||
@ -611,7 +630,10 @@ class ErrorReportAssistant(Gtk.Assistant):
|
|||||||
inner_box.pack_start(label, False, False, 0)
|
inner_box.pack_start(label, False, False, 0)
|
||||||
inner_box.pack_start(clip_frame, False, False, 0)
|
inner_box.pack_start(clip_frame, False, False, 0)
|
||||||
inner_box.pack_start(url_frame, False, False, 0)
|
inner_box.pack_start(url_frame, False, False, 0)
|
||||||
inner_box.set_margin_start(12)
|
inner_box.set_margin_top(12)
|
||||||
|
inner_box.set_margin_bottom(12)
|
||||||
|
inner_box.set_margin_left(12)
|
||||||
|
inner_box.set_margin_right(12)
|
||||||
|
|
||||||
outer_frame = Gtk.Frame()
|
outer_frame = Gtk.Frame()
|
||||||
outer_frame.set_border_width(3)
|
outer_frame.set_border_width(3)
|
||||||
|
Loading…
Reference in New Issue
Block a user