diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-03 23:01:10 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-03 23:01:10 +0000 |
| commit | 25d3dc9c6df60f0b31bd500411e593ddfa86cc98 (patch) | |
| tree | 3b515ef63418892908badac9deb2e4e6da6ce88e /src/ui/widget/selected-style.h | |
| parent | Inkscape::URI API enhancements (diff) | |
| download | inkscape-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.h | 2 |
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]; |
