summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 83a298a)
raw | patch | inline | side by side (parent: 83a298a)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 27 Apr 2006 05:18:07 +0000 (05:18 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 27 Apr 2006 05:18:07 +0000 (05:18 +0000) |
src/dialogs/export.cpp | patch | blob | history |
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp
index 96406659eb0f0e46934fc16bad3a6591f83b022b..639b5781f78c514f1144640e289306de1f6e9762 100644 (file)
--- a/src/dialogs/export.cpp
+++ b/src/dialogs/export.cpp
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 );
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 );
}
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