style: set minimum height for distbuttons and simplify border removal

This commit is contained in:
alfrix
2022-03-25 09:57:11 -03:00
parent 2dc7a716ee
commit 3a91ba4604
8 changed files with 4 additions and 7 deletions

View File

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