system: Fix buttons being off screen
This commit is contained in:
parent
c0b4b464bd
commit
aed61f4aba
@ -16,6 +16,7 @@ class SystemPanel(ScreenPanel):
|
||||
_ = self.lang.gettext
|
||||
|
||||
grid = self._gtk.HomogeneousGrid()
|
||||
grid.set_row_homogeneous(False)
|
||||
|
||||
restart = self._gtk.ButtonImage('reboot',"\n".join(_('Klipper Restart').split(' ')),'color1')
|
||||
restart.connect("clicked", self.restart_klippy)
|
||||
|
Loading…
x
Reference in New Issue
Block a user