diff options
author | raveit65 <[email protected]> | 2017-04-28 23:01:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-16 14:42:22 +0200 |
commit | 226ea9acd3850517e839b23ca16ff915012ac206 (patch) | |
tree | 187bb7a72607c3ef47d12170f3c2f102d65f2b35 | |
parent | 2a213e4b36abf3d5bab853a9ede50080bf1d7f86 (diff) | |
download | mate-media-226ea9acd3850517e839b23ca16ff915012ac206.tar.bz2 mate-media-226ea9acd3850517e839b23ca16ff915012ac206.tar.xz |
mixer-dialog: remove style class .frame from a scrolledwindow
This removes a double border in application page.
As the border is already set by the parent notebook.frame.
-rw-r--r-- | mate-volume-control/gvc-mixer-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-volume-control/gvc-mixer-dialog.c b/mate-volume-control/gvc-mixer-dialog.c index 287a694..8e797e0 100644 --- a/mate-volume-control/gvc-mixer-dialog.c +++ b/mate-volume-control/gvc-mixer-dialog.c @@ -2142,7 +2142,7 @@ gvc_mixer_dialog_constructor (GType type, GTK_POLICY_AUTOMATIC); gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (self->priv->applications_window), - GTK_SHADOW_IN); + GTK_SHADOW_NONE); self->priv->applications_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 12); gtk_container_set_border_width (GTK_CONTAINER (self->priv->applications_box), 12); |