add a shadow to the scrolled window, so it looks nicer

2001-12-30  Manish Singh  <yosh@gimp.org>

        * app/gui/module-browser.c: add a shadow to the scrolled window, so
        it looks nicer

        * libgimpwidgets/gimpbutton.c: try to restore gtk_widget_draw behavior

        * libgimpwidgets/gimpoffsetarea.c
        * libgimpwidgets/gimppixmap.[ch]: compile with GTK_DISABLE_DEPRECATED

-Yosh
This commit is contained in:
Manish Singh
2001-12-31 01:59:46 +00:00
committed by Manish Singh
parent 35100afb7a
commit f4d59f28c8
7 changed files with 22 additions and 8 deletions

View File

@ -276,7 +276,7 @@ gimp_offset_area_resize (GimpOffsetArea *offset_area)
width = ratio * (gdouble) width;
height = ratio * (gdouble) height;
gtk_drawing_area_size (GTK_DRAWING_AREA (offset_area), width, height);
gtk_widget_set_size_request (GTK_WIDGET (offset_area), width, height);
}
static gboolean