goffice r2117 - in trunk: . plugins/plot_xy
- From: jody svn gnome org
- To: svn-commits-list gnome org
- Subject: goffice r2117 - in trunk: . plugins/plot_xy
- Date: Sun, 22 Jun 2008 02:30:09 +0000 (UTC)
Author: jody
Date: Sun Jun 22 02:30:09 2008
New Revision: 2117
URL: http://svn.gnome.org/viewvc/goffice?rev=2117&view=rev
Log:
inc bubble scale max
Modified:
trunk/ChangeLog
trunk/plugins/plot_xy/gog-bubble-prefs.glade
trunk/plugins/plot_xy/gog-xy.c
Modified: trunk/plugins/plot_xy/gog-bubble-prefs.glade
==============================================================================
--- trunk/plugins/plot_xy/gog-bubble-prefs.glade (original)
+++ trunk/plugins/plot_xy/gog-bubble-prefs.glade Sun Jun 22 02:30:09 2008
@@ -200,7 +200,7 @@
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
<property name="snap_to_ticks">False</property>
<property name="wrap">False</property>
- <property name="adjustment">100 0 200 1 10 10</property>
+ <property name="adjustment">100 0 300 1 10 10</property>
</widget>
<packing>
<property name="padding">0</property>
Modified: trunk/plugins/plot_xy/gog-xy.c
==============================================================================
--- trunk/plugins/plot_xy/gog-xy.c (original)
+++ trunk/plugins/plot_xy/gog-xy.c Sun Jun 22 02:30:09 2008
@@ -528,7 +528,7 @@
g_param_spec_float ("bubble-scale",
_("Bubble scale"),
_("Fraction of default radius used for display"),
- 0., 2., 1.,
+ 0., 3., 1.,
GSF_PARAM_STATIC | G_PARAM_READWRITE | GOG_PARAM_PERSISTENT));
{
static GogSeriesDimDesc dimensions[] = {
@@ -554,7 +554,7 @@
}
}
-#define BUBBLE_MAX_RADIUS_RATIO 8.
+#define BUBBLE_MAX_RADIUS_RATIO 12.
static void
gog_bubble_plot_adjust_bounds (Gog2DPlot *model, double *x_min, double *x_max, double *y_min, double *y_max)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]