remove padding to get three cols in 320px width
even when one of the apps is Numberstation
This commit is contained in:
parent
c331732ca6
commit
772da57476
@ -34,6 +34,9 @@
|
|||||||
, -1px -1px rgba(0, 0, 0, 255)
|
, -1px -1px rgba(0, 0, 0, 255)
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
button.appbutton {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
#toplevel {
|
#toplevel {
|
||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
@ -234,6 +237,7 @@
|
|||||||
:relief Gtk.ReliefStyle.NONE
|
:relief Gtk.ReliefStyle.NONE
|
||||||
:on_clicked #(launch app)
|
:on_clicked #(launch app)
|
||||||
})
|
})
|
||||||
|
(-> (: :get_style_context) (: :add_class "appbutton"))
|
||||||
(: :add
|
(: :add
|
||||||
(doto (Gtk.Box {:orientation Gtk.Orientation.VERTICAL})
|
(doto (Gtk.Box {:orientation Gtk.Orientation.VERTICAL})
|
||||||
(: :add app.IconImage)
|
(: :add app.IconImage)
|
||||||
|
Loading…
Reference in New Issue
Block a user