Add butttons for vertical scrollbars fixes

Co-authored-by: alfrix <alfredomonclus@gmail.com>
This commit is contained in:
Vasilyev81
2023-06-14 11:22:29 -07:00
committed by Alfredo Monclus
parent dcad47bb51
commit 65c4b172e8
5 changed files with 27 additions and 6 deletions

View File

@@ -229,7 +229,7 @@ class Panel(MenuPanel):
self.labels['da'] = HeaterGraph(self._printer, self._gtk.font_size)
self.labels['da'].set_vexpand(True)
scroll = self._gtk.ScrolledWindow()
scroll = self._gtk.ScrolledWindow(steppers=False)
scroll.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC)
scroll.add(self.labels['devices'])