diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-04-27 05:18:07 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-04-27 05:18:07 +0000 |
| commit | f816eb5344f8a4033547c649d851e0f59baeae1a (patch) | |
| tree | a5f7a046a607c84cce267236e617a6b2143e8385 /src/dialogs/export.cpp | |
| parent | use svd for better matrix analysis (diff) | |
| download | inkscape-f816eb5344f8a4033547c649d851e0f59baeae1a.tar.gz inkscape-f816eb5344f8a4033547c649d851e0f59baeae1a.zip | |
expand the range of dpi to fix 1476741
(bzr r594)
Diffstat (limited to 'src/dialogs/export.cpp')
| -rw-r--r-- | src/dialogs/export.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index 96406659e..639b5781f 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -419,7 +419,7 @@ sp_export_dialog (void) prefs_get_double_attribute ( "dialogs.export.defaultxdpi", "value", DPI_BASE), - 1.0, 9600.0, 0.1, 1.0, NULL, t, 3, 0, + 0.01, 100000.0, 0.1, 1.0, NULL, t, 3, 0, NULL, _("dp_i"), 2, 1, G_CALLBACK (sp_export_xdpi_value_changed), dlg ); @@ -438,7 +438,7 @@ sp_export_dialog (void) sp_export_spinbutton_new ( "ydpi", prefs_get_double_attribute ( "dialogs.export.defaultxdpi", "value", DPI_BASE), - 1.0, 9600.0, 0.1, 1.0, NULL, t, 3, 1, + 0.01, 100000.0, 0.1, 1.0, NULL, t, 3, 1, NULL, _("dpi"), 2, 0, NULL, dlg ); } @@ -1740,7 +1740,7 @@ sp_export_value_get ( GtkObject *base, const gchar *key ) adj = (GtkAdjustment *)gtk_object_get_data (base, key); return adj->value; -} // end of sp_export_value_get() +} /** \brief Grabs a value in the export dialog and converts the unit |
