Code

Disable the page selector when there's only one page
[inkscape.git] / src / widgets / gradient-image.cpp
index 2393e407ac37583219ec1f26d01a46f825c29062..d4eb0114357af7aef1d3ca3091856aa375320939 100644 (file)
@@ -149,7 +149,7 @@ sp_gradient_image_size_request (GtkWidget *widget, GtkRequisition *requisition)
        slider = SP_GRADIENT_IMAGE (widget);
 
        requisition->width = 64;
-       requisition->height = 16;
+       requisition->height = 12;
 }
 
 static void