style: set minimum height for distbuttons and simplify border removal
This commit is contained in:
@@ -44,7 +44,6 @@ class PowerPanel(ScreenPanel):
|
||||
|
||||
def add_device(self, device):
|
||||
frame = Gtk.Frame()
|
||||
frame.set_property("shadow-type", Gtk.ShadowType.NONE)
|
||||
frame.get_style_context().add_class("frame-item")
|
||||
|
||||
name = Gtk.Label()
|
||||
|
Reference in New Issue
Block a user