diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-01-18 02:11:50 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-01-18 02:11:50 +0000 |
| commit | db9f79a6f3b5718ddf74753d8da78a9bc263e7fe (patch) | |
| tree | d16d4926844b5ce46a6f4c90cbabbf3c20cec2b7 /src/ui/dialog/inkscape-preferences.cpp | |
| parent | Lightened colors of Spray Tool icons, thinned strokes on Spray Tool icon, rem... (diff) | |
| download | inkscape-db9f79a6f3b5718ddf74753d8da78a9bc263e7fe.tar.gz inkscape-db9f79a6f3b5718ddf74753d8da78a9bc263e7fe.zip | |
Added temp option to enable repositioning of not-quite-completed UI items in relayout.
(bzr r8997)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 348bd74db..c4aa328b3 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1128,6 +1128,12 @@ void InkscapePreferences::initPageUI() _page_ui.add_line( false, _("Zoom correction factor (in %):"), _ui_zoom_correction, "", _("Adjust the slider until the length of the ruler on your screen matches its real length. This information is used when zooming to 1:1, 1:2, etc., to display objects in their true sizes"), true); + + _ui_partialdynamic.init( _("Enable dynamic relayout for incomplete sections."), "/options/workarounds/dynamicnotdone", false); + _page_ui.add_line( false, "", _ui_partialdynamic, "", + _("When on, will allow dynamic layout of components that are not completely finished being refactored."), true); + + this->AddPage(_page_ui, _("Interface"), PREFS_PAGE_UI); } |
