forked from AuroraMiddleware/gtk
gtkplacessidebar: don't margins in the code
those should rather be defined by the theme https://bugzilla.gnome.org/show_bug.cgi?id=763768
This commit is contained in:
parent
46cdb44fdd
commit
e92eaaa049
@ -3345,8 +3345,6 @@ append_separator (GtkWidget *box)
|
||||
separator = g_object_new (GTK_TYPE_SEPARATOR,
|
||||
"orientation", GTK_ORIENTATION_HORIZONTAL,
|
||||
"visible", TRUE,
|
||||
"margin-start", 12,
|
||||
"margin-end", 12,
|
||||
"margin-top", 6,
|
||||
"margin-bottom", 6,
|
||||
NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user