job_status: fix screen overflow on small screens
This commit is contained in:
parent
72c6bdfe33
commit
ae03e7d55d
@ -156,7 +156,7 @@ class JobStatusPanel(ScreenPanel):
|
|||||||
self.buttons.update(buttons)
|
self.buttons.update(buttons)
|
||||||
|
|
||||||
self.labels['temp_grid'] = Gtk.Grid()
|
self.labels['temp_grid'] = Gtk.Grid()
|
||||||
nlimit = 2 if self._screen.width <= 480 else 3
|
nlimit = 2 if self._screen.width <= 500 else 3
|
||||||
n = 0
|
n = 0
|
||||||
self.buttons['extruder'] = {}
|
self.buttons['extruder'] = {}
|
||||||
if self._printer.get_tools():
|
if self._printer.get_tools():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user