summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2015-01-28 19:39:13 +0100
committerFelix Riemann <friemann@gnome.org>2015-01-28 19:39:13 +0100
commitb1dd9bf9d41e6c184f6b0e1c26155314d9798282 (patch)
tree14291dec6eef133a1765d8b4782500d94f862bf3 /src
parent963d754d5008f311c44f8a36dde36c142867e91e (diff)
downloadeog-b1dd9bf9d41e6c184f6b0e1c26155314d9798282.tar.gz
EogScrollView: Visually merge the overlaid rotate buttons
Incorporating UI feedback from Allan Day.
Diffstat (limited to 'src')
-rw-r--r--src/eog-scroll-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eog-scroll-view.c b/src/eog-scroll-view.c
index d936b329..3f3aeb40 100644
--- a/src/eog-scroll-view.c
+++ b/src/eog-scroll-view.c
@@ -2964,6 +2964,8 @@ eog_scroll_view_init (EogScrollView *view)
/* group rotate buttons into a box */
GtkWidget* bottomBox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ gtk_style_context_add_class (gtk_widget_get_style_context (bottomBox),
+ GTK_STYLE_CLASS_LINKED);
button = gtk_button_new_from_icon_name ("object-rotate-left-symbolic",
GTK_ICON_SIZE_BUTTON);