forked from CreatBot/CreatBotKlipperScreen
add parameter to labels to silence IDE warnings
This commit is contained in:
@@ -441,7 +441,7 @@ class TemperaturePanel(ScreenPanel):
|
||||
self.labels['devices'].get_style_context().add_class('heater-grid')
|
||||
self.labels['devices'].set_vexpand(False)
|
||||
|
||||
name = Gtk.Label("")
|
||||
name = Gtk.Label()
|
||||
temp = Gtk.Label(_("Temp (°C)"))
|
||||
temp.get_style_context().add_class("heater-grid-temp")
|
||||
|
||||
|
Reference in New Issue
Block a user