dialogs: remove steppers since they cause issues

This commit is contained in:
alfrix
2023-09-03 22:38:55 -03:00
parent 31a118ad7e
commit e2068cf2c9
3 changed files with 3 additions and 3 deletions

View File

@@ -371,7 +371,7 @@ class KlipperScreen(Gtk.Window):
message = Gtk.Label(label=f"{e}")
message.set_line_wrap(True)
scroll = self.gtk.ScrolledWindow()
scroll = self.gtk.ScrolledWindow(steppers=False)
scroll.set_vexpand(True)
scroll.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC)
scroll.add(message)