summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-12-11 20:49:55 +0000
committerTavmjong Bah <tavmjong@free.fr>2017-12-11 20:49:55 +0000
commitb9c6b5a23405e974a711b115347d68956d01f367 (patch)
tree0a1fc08827e99f9107cc810d557f74213fbde14b /src/widgets/paint-selector.cpp
parentMerge branch 'hidpi_canvas' (diff)
downloadinkscape-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.cpp1
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);