[gnumeric] Solver: increase size for solution so dialog doesn't wobble.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Solver: increase size for solution so dialog doesn't wobble.
- Date: Fri, 9 Jan 2015 00:44:36 +0000 (UTC)
commit c92a90ce102533c4d39b16b81c7e2db69c945c81
Author: Morten Welinder <terra gnome org>
Date: Thu Jan 8 19:43:22 2015 -0500
Solver: increase size for solution so dialog doesn't wobble.
src/dialogs/dialog-solver.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/dialog-solver.c b/src/dialogs/dialog-solver.c
index 62a3201..bacf0a2 100644
--- a/src/dialogs/dialog-solver.c
+++ b/src/dialogs/dialog-solver.c
@@ -718,7 +718,7 @@ run_solver (SolverState *state, GnmSolverParameters *param)
w = gtk_label_new ("");
gtk_widget_set_size_request
(w,
- gnm_widget_measure_string (w, "0") * (5 + GNM_DIG),
+ gnm_widget_measure_string (w, "0") * (10 + GNM_DIG),
-1);
gtk_grid_attach (GTK_GRID (grid), w, 1, y, 1, 1);
switch (y) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]