From 772da574767c7900d6fc26d29a914d14c47c43c1 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 21 Mar 2022 00:28:46 +0000 Subject: [PATCH] remove padding to get three cols in 320px width even when one of the apps is Numberstation --- saturn/main.fnl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/saturn/main.fnl b/saturn/main.fnl index c0cfe2e..e4cb694 100644 --- a/saturn/main.fnl +++ b/saturn/main.fnl @@ -34,6 +34,9 @@ , -1px -1px rgba(0, 0, 0, 255) ; } + button.appbutton { + padding: 0px; + } #toplevel { background-color: rgba(0, 0, 0, 0.6); } @@ -234,6 +237,7 @@ :relief Gtk.ReliefStyle.NONE :on_clicked #(launch app) }) + (-> (: :get_style_context) (: :add_class "appbutton")) (: :add (doto (Gtk.Box {:orientation Gtk.Orientation.VERTICAL}) (: :add app.IconImage)