summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_heightplots.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-07 03:40:59 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-07 03:40:59 (GMT)
commit8dc29e0202fb48c078aebf271b31e903a1076d95 (patch)
tree6c0dc33a9ddc7ce1fcee675df16fb70a785af95c /Smoke/gtk_heightplots.c
parent5297d5f9565da695a6a9891f829118ecaea6ad8a (diff)
download2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.zip
2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.tar.gz
2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.tar.bz2
more normal drawing
Diffstat (limited to 'Smoke/gtk_heightplots.c')
-rw-r--r--Smoke/gtk_heightplots.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Smoke/gtk_heightplots.c b/Smoke/gtk_heightplots.c
index dadec94..c279094 100644
--- a/Smoke/gtk_heightplots.c
+++ b/Smoke/gtk_heightplots.c
@@ -66,15 +66,15 @@ static void init_adjustments(void)
heightplots_set_dataset(DATASET_RHO);
rho_adj = GTK_ADJUSTMENT(gtk_adjustment_new(
- heightplots_get_height(), 1, 500, 5, 50, 0));
+ heightplots_get_height(), 1, 400, 5, 50, 0));
g_object_ref(rho_adj);
heightplots_set_dataset(DATASET_VEL);
vel_adj = GTK_ADJUSTMENT(gtk_adjustment_new(
- heightplots_get_height(), 1, 2000, 5, 50, 0));
+ heightplots_get_height(), 1, 5000, 5, 50, 0));
g_object_ref(vel_adj);
heightplots_set_dataset(DATASET_FORCE);
force_adj = GTK_ADJUSTMENT(gtk_adjustment_new(
- heightplots_get_height(), 1, 2000, 5, 50, 0));
+ heightplots_get_height(), 1, 8000, 5, 50, 0));
g_object_ref(force_adj);
heightplots_set_dataset(DATASET_DIVV);
divv_adj = GTK_ADJUSTMENT(gtk_adjustment_new(