system: Fix buttons being off screen

This commit is contained in:
Jordan Ruthe 2021-02-22 10:35:41 -05:00
parent c0b4b464bd
commit aed61f4aba

View File

@ -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)