system: Fix buttons being off screen
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user