diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-09-24 03:18:20 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-09-24 03:18:20 +0000 |
| commit | 20d3984334363f00867eab6c0500fdda8b7d1c14 (patch) | |
| tree | 5c2156c27963a136a222b574b99950f0de21d63d /src/widgets | |
| parent | Fix for 165865 : Assert when duplicating markers (diff) | |
| download | inkscape-20d3984334363f00867eab6c0500fdda8b7d1c14.tar.gz inkscape-20d3984334363f00867eab6c0500fdda8b7d1c14.zip | |
Fix for 1055253 : Statusbar opacity widget is too small
(bzr r11700)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/widget-sizes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/widget-sizes.h b/src/widgets/widget-sizes.h index 644740637..c3f9e1119 100644 --- a/src/widgets/widget-sizes.h +++ b/src/widgets/widget-sizes.h @@ -29,8 +29,8 @@ #define STATUS_ZOOM_WIDTH 57 -#define SELECTED_STYLE_SB_WIDTH 38 -#define SELECTED_STYLE_WIDTH 180 +#define SELECTED_STYLE_SB_WIDTH 48 +#define SELECTED_STYLE_WIDTH 190 #define STYLE_SWATCH_WIDTH 100 #define STATUS_LAYER_FONT_SIZE 7700 |
