We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32234b9 commit 6b2443aCopy full SHA for 6b2443a
src/Defaults/AppChooserButtonRow.vala
@@ -9,6 +9,7 @@ public class AppChooserButtonRow : Gtk.Box {
9
10
construct {
11
orientation = HORIZONTAL;
12
+ spacing = 6;
13
14
var icon = new Gtk.Image () {
15
halign = START
0 commit comments