diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-26 15:44:44 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-02 21:26:28 +0000 |
| commit | 7b141551251bbff595b566c38b77643a50eee5aa (patch) | |
| tree | 70fac77d6a0c1d262f34a1e6a4eeae47ae6f64bd /src/ui/dialog/inkscape-preferences.cpp | |
| parent | Working state (diff) | |
| download | inkscape-7b141551251bbff595b566c38b77643a50eee5aa.tar.gz inkscape-7b141551251bbff595b566c38b77643a50eee5aa.zip | |
Add font size units and Adam UX sugestion
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 1584a7662..8599a6b00 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -486,9 +486,9 @@ void InkscapePreferences::initPageTools() int sizeValues[] = {SP_CSS_UNIT_PX, SP_CSS_UNIT_PT, SP_CSS_UNIT_PC, SP_CSS_UNIT_MM, SP_CSS_UNIT_CM, SP_CSS_UNIT_IN, SP_CSS_UNIT_EM/*, SP_CSS_UNIT_EX, SP_CSS_UNIT_PERCENT*/}; _page_text.add_group_header( _("Text units")); - _font_unit_type.init( "/options/font/unitType", sizeLabels, sizeValues, G_N_ELEMENTS(sizeLabels), SP_CSS_UNIT_PT ); + /* _font_unit_type.init( "/options/font/unitType", sizeLabels, sizeValues, G_N_ELEMENTS(sizeLabels), SP_CSS_UNIT_PT ); _page_text.add_line( true, _("Text size unit type:"), _font_unit_type, "", - _("Set the type of unit used in the text toolbar and text dialogs"), false); + _("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")); |
