Remove hardcoded '28' from StScrollView
https://bugzilla.gnome.org/show_bug.cgi?id=591245
This commit is contained in:
parent
f6b80d5ed4
commit
ac2be7f0d1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user