diff options
| author | Josh Andler <scislac@gmail.com> | 2014-11-25 20:29:16 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2014-11-25 20:29:16 +0000 |
| commit | 2c2ff538314e55a3e18104cbaee4a1b4d37ed396 (patch) | |
| tree | 6246c3db393cee5bcdaa92532fd2dcf1bceb7918 /src | |
| parent | Units, inkex.py: viewbox width is defined by the 3rd number of the viewbox sp... (diff) | |
| download | inkscape-2c2ff538314e55a3e18104cbaee4a1b4d37ed396.tar.gz inkscape-2c2ff538314e55a3e18104cbaee4a1b4d37ed396.zip | |
Disable preference widget to allow saving fonts in non-px units
(bzr r13760)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 75cfe5bfe..1fd8aa9be 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -461,7 +461,7 @@ void InkscapePreferences::initPageTools() _page_text.add_line( false, _("Text size unit type:"), _font_unit_type, "", _("Set the type of unit used in the text toolbar and text dialogs"), false); _font_output_px.init ( _("Always output text size in pixels (px)"), "/options/font/textOutputPx", true); - _page_text.add_line( false, "", _font_output_px, "", _("Always convert the text size units above into pixels (px) before saving to file")); +// _page_text.add_line( false, "", _font_output_px, "", _("Always convert the text size units above into pixels (px) before saving to file")); this->AddNewObjectsStyle(_page_text, "/tools/text"); |
