From ac2be7f0d1cbb8148ef70bec9bdee8046676ea66 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 10 Sep 2009 01:24:13 -0400 Subject: [PATCH] Remove hardcoded '28' from StScrollView https://bugzilla.gnome.org/show_bug.cgi?id=591245 --- src/st/st-scroll-view.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/st/st-scroll-view.c b/src/st/st-scroll-view.c index aba01e6bd..8f4332f45 100644 --- a/src/st/st-scroll-view.c +++ b/src/st/st-scroll-view.c @@ -303,8 +303,6 @@ st_scroll_view_allocate (ClutterActor *actor, "scrollbar-width", &sb_width, "scrollbar-height", &sb_height, NULL); - sb_width = 28; - sb_height = 28; if (!CLUTTER_ACTOR_IS_VISIBLE (priv->vscroll)) sb_width = 0;