parent
1ec49e9f24
commit
199f1c74ff
1 changed files with 1 additions and 6 deletions
|
@ -1321,12 +1321,7 @@ class AboutDialog(Gtk.AboutDialog):
|
||||||
self.connect(
|
self.connect(
|
||||||
'response', lambda dialog, *args: Gtk.AboutDialog.do_close(dialog))
|
'response', lambda dialog, *args: Gtk.AboutDialog.do_close(dialog))
|
||||||
|
|
||||||
self.show_all()
|
self.show()
|
||||||
|
|
||||||
# GTK Bug, We have to manually hide the License Button
|
|
||||||
# Bug exists only on Windows
|
|
||||||
if os.name == 'nt':
|
|
||||||
self.get_action_area().get_children()[1].hide()
|
|
||||||
|
|
||||||
|
|
||||||
class Dialog(Gtk.Dialog):
|
class Dialog(Gtk.Dialog):
|
||||||
|
|
Loading…
Add table
Reference in a new issue