Graph: improve look when there is little space

This commit is contained in:
alfrix
2022-02-05 10:24:09 -03:00
parent c1b9123e9e
commit 20aa25256f
2 changed files with 6 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ class PrinterSelect(ScreenPanel):
printers = self._config.get_printers()
grid = self._gtk.HomogeneousGrid()
grid = self._gtk.HomogeneousGrid()
self.content.add(grid)
length = len(printers)