From 469e7d600f4d801ca53547b28a981688dcb0a60e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Nov 2012 17:59:02 -0500 Subject: Fix scrollbars and buttons --- tdegtk/tdegtk-support.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'tdegtk/tdegtk-support.c') diff --git a/tdegtk/tdegtk-support.c b/tdegtk/tdegtk-support.c index 52c161d..431769e 100644 --- a/tdegtk/tdegtk-support.c +++ b/tdegtk/tdegtk-support.c @@ -76,14 +76,5 @@ tdegtk_trim_scale_allocation (GtkThemingEngine *engine, gdouble *width, gdouble *height) { - if (!gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_VERTICAL)) - { - *y += (gint) (*height / 2.0) - 2.0; - *height = 5; - } - else - { - *x += (gint) (*width / 2.0) - 2.0; - *width = 5; - } + // Do nothing! } -- cgit v1.2.1