add parameter to labels to silence IDE warnings

This commit is contained in:
alfrix
2023-07-17 13:56:27 -03:00
committed by Alfredo Monclus
parent a149796b19
commit 3c69bcb4c4
7 changed files with 21 additions and 21 deletions

View File

@@ -65,7 +65,7 @@ class SystemPanel(ScreenPanel):
items = sorted(list(vi))
i = 0
for prog in items:
self.labels[prog] = Gtk.Label("")
self.labels[prog] = Gtk.Label()
self.labels[prog].set_hexpand(True)
self.labels[prog].set_halign(Gtk.Align.START)