summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-11-03 23:01:10 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-11-03 23:01:10 +0000
commit25d3dc9c6df60f0b31bd500411e593ddfa86cc98 (patch)
tree3b515ef63418892908badac9deb2e4e6da6ce88e /src/ui/widget/selected-style.h
parentInkscape::URI API enhancements (diff)
downloadinkscape-25d3dc9c6df60f0b31bd500411e593ddfa86cc98.tar.gz
inkscape-25d3dc9c6df60f0b31bd500411e593ddfa86cc98.zip
Use monospace digits font in messages and spinbuttons
Diffstat (limited to 'src/ui/widget/selected-style.h')
-rw-r--r--src/ui/widget/selected-style.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/selected-style.h b/src/ui/widget/selected-style.h
index f65680242..490f4290a 100644
--- a/src/ui/widget/selected-style.h
+++ b/src/ui/widget/selected-style.h
@@ -191,9 +191,11 @@ protected:
Gtk::Label _multiple[2];
Glib::ustring __multiple[2];
+ Gtk::HBox _fill;
Gtk::HBox _stroke;
RotateableStrokeWidth _stroke_width_place;
Gtk::Label _stroke_width;
+ Gtk::Label _fill_empty_space;
Glib::ustring _paintserver_id[2];