diff options
| author | John Bintz <me@johnbintz.com> | 2006-12-23 00:56:51 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2006-12-23 00:56:51 +0000 |
| commit | 2a5b7fc6ee7fe1c2500dbc1060351d86b41f98cb (patch) | |
| tree | aa356a1307fb6a96e16ef1e24c84081b6a0c0e36 /src/dialogs/layers-panel.h | |
| parent | Update msgids of po files, small update to de.po. (diff) | |
| download | inkscape-2a5b7fc6ee7fe1c2500dbc1060351d86b41f98cb.tar.gz inkscape-2a5b7fc6ee7fe1c2500dbc1060351d86b41f98cb.zip | |
Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 range
(bzr r2100)
Diffstat (limited to 'src/dialogs/layers-panel.h')
| -rw-r--r-- | src/dialogs/layers-panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialogs/layers-panel.h b/src/dialogs/layers-panel.h index a600191e9..b253aae27 100644 --- a/src/dialogs/layers-panel.h +++ b/src/dialogs/layers-panel.h @@ -19,6 +19,7 @@ #include <gtkmm/scrolledwindow.h> #include <gtkmm/box.h> #include <gtkmm/buttonbox.h> +#include <gtkmm/spinbutton.h> #include "ui/widget/panel.h" //#include "ui/previewholder.h" @@ -119,6 +120,7 @@ private: Gtk::HBox _opacityBox; Gtk::HScale _opacity; Gtk::Menu _popupMenu; + Gtk::SpinButton _spinBtn; }; |
