diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-10-08 11:58:02 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-10-08 11:58:02 +0000 |
| commit | aac03ec0fbc29057ed174647df1a735d43f443d2 (patch) | |
| tree | 40a32b55c3f0ccd3b22f85c8e3876082520745cd /src/widgets | |
| parent | Fix for 1060563 : Swatches : Sort the list of swatch names (diff) | |
| download | inkscape-aac03ec0fbc29057ed174647df1a735d43f443d2.tar.gz inkscape-aac03ec0fbc29057ed174647df1a735d43f443d2.zip | |
Fix for 303527 : GUI glitch on opacity box
(bzr r11758)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/gradient-image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-image.cpp b/src/widgets/gradient-image.cpp index 3c84e606b..94918c614 100644 --- a/src/widgets/gradient-image.cpp +++ b/src/widgets/gradient-image.cpp @@ -127,7 +127,7 @@ static void sp_gradient_image_destroy(GtkObject *object) static void sp_gradient_image_size_request(GtkWidget * /*widget*/, GtkRequisition *requisition) { - requisition->width = 64; + requisition->width = 54; requisition->height = 12; } |
