forked from CreatBot/CreatBotKlipperScreen
Add butttons for vertical scrollbars fixes
Co-authored-by: alfrix <alfredomonclus@gmail.com>
This commit is contained in:
committed by
Alfredo Monclus
parent
dcad47bb51
commit
65c4b172e8
@@ -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'])
|
||||
|
||||
|
Reference in New Issue
Block a user