summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/lpe-powerstroke-properties.h
diff options
context:
space:
mode:
authorBen Scholzen 'DASPRiD <mail@dasprids.de>2015-05-20 13:35:51 +0000
committerBen Scholzen 'DASPRiD <mail@dasprids.de>2015-05-20 13:35:51 +0000
commit2645ecd8d21e66346238d3f75a844499c94ca328 (patch)
tree7305c2739d87f9af9f42d9fcd2becff8582ce1b5 /src/ui/dialog/lpe-powerstroke-properties.h
parentFont-variants widget: Enable 'Apply' button. Add more tooltips. (diff)
downloadinkscape-2645ecd8d21e66346238d3f75a844499c94ca328.tar.gz
inkscape-2645ecd8d21e66346238d3f75a844499c94ca328.zip
Fix locale number handling on powerstroke dialog
(bzr r14163.1.1)
Diffstat (limited to 'src/ui/dialog/lpe-powerstroke-properties.h')
-rw-r--r--src/ui/dialog/lpe-powerstroke-properties.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/ui/dialog/lpe-powerstroke-properties.h b/src/ui/dialog/lpe-powerstroke-properties.h
index c53eac0d9..1e4c1df5b 100644
--- a/src/ui/dialog/lpe-powerstroke-properties.h
+++ b/src/ui/dialog/lpe-powerstroke-properties.h
@@ -13,15 +13,7 @@
#define INKSCAPE_DIALOG_POWERSTROKE_PROPERTIES_H
#include <2geom/point.h>
-#include <gtkmm/dialog.h>
-#include <gtkmm/entry.h>
-#include <gtkmm/label.h>
-#include <gtkmm/table.h>
-#include <gtkmm/combobox.h>
-#include <gtkmm/liststore.h>
-#include <gtkmm/treeview.h>
-#include <gtkmm/treestore.h>
-#include <gtkmm/scrolledwindow.h>
+#include <gtkmm.h>
#include "live_effects/parameter/powerstrokepointarray.h"
class SPDesktop;
@@ -45,9 +37,9 @@ protected:
Inkscape::LivePathEffect::PowerStrokePointArrayParamKnotHolderEntity *_knotpoint;
Gtk::Label _powerstroke_position_label;
- Gtk::Entry _powerstroke_position_entry;
+ Gtk::SpinButton _powerstroke_position_entry;
Gtk::Label _powerstroke_width_label;
- Gtk::Entry _powerstroke_width_entry;
+ Gtk::SpinButton _powerstroke_width_entry;
Gtk::Table _layout_table;
bool _position_visible;