diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-10-11 02:27:07 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-10-11 02:27:07 +0000 |
| commit | b79646b8d32b6f842f8dcc6ce5a0b7171f28a7bb (patch) | |
| tree | 5d71909921d4ef5bf8a1cdaaecec9e74324aba52 /src | |
| parent | emf import. re-implement filtering of isolated control characters (Bug 217231) (diff) | |
| download | inkscape-b79646b8d32b6f842f8dcc6ce5a0b7171f28a7bb.tar.gz inkscape-b79646b8d32b6f842f8dcc6ce5a0b7171f28a7bb.zip | |
Fix for 246153 : Broken style indicator
(bzr r11776)
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 | ||||
| -rw-r--r-- | src/widgets/widget-sizes.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 49eb82de7..6e03c2606 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -1446,7 +1446,7 @@ void setup_aux_toolbox(GtkWidget *toolbox, SPDesktop *desktop) swatch->setClickVerb( aux_toolboxes[i].swatch_verb_id ); swatch->setWatchedTool( aux_toolboxes[i].swatch_tool, true ); GtkWidget *swatch_ = GTK_WIDGET( swatch->gobj() ); - gtk_table_attach( GTK_TABLE(holder), swatch_, 1, 2, 0, 1, (GtkAttachOptions)(GTK_SHRINK | GTK_FILL), (GtkAttachOptions)(GTK_EXPAND | GTK_FILL), AUX_BETWEEN_BUTTON_GROUPS, 0 ); + gtk_table_attach( GTK_TABLE(holder), swatch_, 1, 2, 0, 1, (GtkAttachOptions)(GTK_SHRINK | GTK_FILL), (GtkAttachOptions)(GTK_EXPAND | GTK_FILL), AUX_BETWEEN_BUTTON_GROUPS, AUX_SPACING ); } gtk_widget_show_all( holder ); diff --git a/src/widgets/widget-sizes.h b/src/widgets/widget-sizes.h index c3f9e1119..7de251ee6 100644 --- a/src/widgets/widget-sizes.h +++ b/src/widgets/widget-sizes.h @@ -31,7 +31,7 @@ #define SELECTED_STYLE_SB_WIDTH 48 #define SELECTED_STYLE_WIDTH 190 -#define STYLE_SWATCH_WIDTH 100 +#define STYLE_SWATCH_WIDTH 130 #define STATUS_LAYER_FONT_SIZE 7700 |
