diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-07-18 18:50:48 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-07-18 18:50:48 +0000 |
| commit | 5e2990a69108de16f4f2a91f9b7ac1be8b8901ba (patch) | |
| tree | 0c0db3032a5d48945bd1f9ceec1fa1e38f2b76c9 /src/ui/dialog/inkscape-preferences.cpp | |
| parent | patch for bug 249665 (diff) | |
| download | inkscape-5e2990a69108de16f4f2a91f9b7ac1be8b8901ba.tar.gz inkscape-5e2990a69108de16f4f2a91f9b7ac1be8b8901ba.zip | |
make the resolution for create bitmap copy settable in ui
(bzr r6354)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index dc11a4c2e..455908a06 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1027,6 +1027,10 @@ void InkscapePreferences::initPageBitmaps() g_strfreev(splits); } + _bitmap_copy_res.init("options.createbitmap", "resolution", 1.0, 6000.0, 1.0, 1.0, PX_PER_IN, true, false); + _page_bitmaps.add_line( false, _("Resolution for Create Bitmap Copy:"), _bitmap_copy_res, _("dpi"), + _("Resolution used by the Create Bitmap Copy command"), false); + this->AddPage(_page_bitmaps, _("Bitmaps"), PREFS_PAGE_BITMAPS); } |
