[Bug 1162080] gnome-tweaks can't be used after changing windows button layout
https://bugzilla.suse.com/show_bug.cgi?id=1162080 https://bugzilla.suse.com/show_bug.cgi?id=1162080#c3 --- Comment #3 from Alynx Zhou <alynx.zhou@suse.com> --- Tested MR https://gitlab.gnome.org/GNOME/gnome-tweaks/-/merge_requests/58 from upstream, just fix this bug. ``` diff --git a/gtweak/tweakview.py b/gtweak/tweakview.py index 5de11d6..c940e27 100644 --- a/gtweak/tweakview.py +++ b/gtweak/tweakview.py @@ -17,6 +17,7 @@ class Window(Gtk.ApplicationWindow): application=app, show_menubar=False) self.set_size_request(-1, 700) + self.set_default_size(1100, -1) self.set_position(Gtk.WindowPosition.CENTER) self.set_icon_name("org.gnome.tweaks") ``` -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com