Skip to content

Commit

Permalink
SettingsWidgets.py: Re-apply 9cc821b due to refactoring from
Browse files Browse the repository at this point in the history
python-xapp move (be7fd9d).
  • Loading branch information
mtwebster committed Nov 22, 2019
1 parent 8b77241 commit ee322a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self, checking_text, install_button_text, binfiles, final_widget=No
self.progress_bar.set_show_text(True)
self.progress_bar.set_text(self.checking_text)

self.install_warning = Gtk.Label(install_button_text)
self.install_warning = Gtk.Label(label=install_button_text, margin=5)
frame = Gtk.Frame()
frame.add(self.install_warning)
frame.set_shadow_type(Gtk.ShadowType.OUT)
Expand Down

0 comments on commit ee322a4

Please sign in to comment.