diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-12-11 20:49:55 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2017-12-11 20:49:55 +0000 |
| commit | b9c6b5a23405e974a711b115347d68956d01f367 (patch) | |
| tree | 0a1fc08827e99f9107cc810d557f74213fbde14b /src/widgets/paint-selector.cpp | |
| parent | Merge branch 'hidpi_canvas' (diff) | |
| download | inkscape-b9c6b5a23405e974a711b115347d68956d01f367.tar.gz inkscape-b9c6b5a23405e974a711b115347d68956d01f367.zip | |
Name a few more widgets.
Diffstat (limited to 'src/widgets/paint-selector.cpp')
| -rw-r--r-- | src/widgets/paint-selector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp index 840a64f95..557dc8da2 100644 --- a/src/widgets/paint-selector.cpp +++ b/src/widgets/paint-selector.cpp @@ -199,6 +199,7 @@ sp_paint_selector_init(SPPaintSelector *psel) /* Paint style button box */ psel->style = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0); gtk_box_set_homogeneous(GTK_BOX(psel->style), FALSE); + gtk_widget_set_name(psel->style,"PaintSelector"); gtk_widget_show(psel->style); gtk_container_set_border_width(GTK_CONTAINER(psel->style), 4); gtk_box_pack_start(GTK_BOX(psel), psel->style, FALSE, FALSE, 0); |
