summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/page-sizer.h
diff options
context:
space:
mode:
authorAlex Leone <acleone~AT~gmail.com>2010-06-01 03:30:52 +0000
committerAlex Leone <acleone~AT~gmail.com>2010-06-01 03:30:52 +0000
commitbbf79eb5d0fe066c51c819cd5f8a46b0defa5d01 (patch)
treec675bc0e0e59de2999de68b26576ecc9a451bd14 /src/ui/widget/page-sizer.h
parentMakes the "Fit Page to Selection" margin options load from the opened file. (... (diff)
downloadinkscape-bbf79eb5d0fe066c51c819cd5f8a46b0defa5d01.tar.gz
inkscape-bbf79eb5d0fe066c51c819cd5f8a46b0defa5d01.zip
In the document properties dialog, changes tab order to units, width, height. (Bug #587874)
Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9463)
Diffstat (limited to 'src/ui/widget/page-sizer.h')
-rw-r--r--src/ui/widget/page-sizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/page-sizer.h b/src/ui/widget/page-sizer.h
index 7c2048534..ba6c8dd13 100644
--- a/src/ui/widget/page-sizer.h
+++ b/src/ui/widget/page-sizer.h
@@ -203,6 +203,7 @@ protected:
RegisteredUnitMenu _dimensionUnits;
RegisteredScalarUnit _dimensionWidth;
RegisteredScalarUnit _dimensionHeight;
+ GList * _dimTabOrderGList;
//### Fit Page options
Gtk::Expander _fitPageMarginExpander;