[gnumeric] Solver: stabilize the layout during solving
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Solver: stabilize the layout during solving
- Date: Sat, 2 May 2015 21:22:26 +0000 (UTC)
commit 4cb462fe24575ce16450dca2ec0b5e25b6ad99c5
Author: Morten Welinder <terra gnome org>
Date: Sat May 2 17:16:46 2015 -0400
Solver: stabilize the layout during solving
This should cause less dancing back and forth for the objective
function value.
src/dialogs/solver.ui | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/src/dialogs/solver.ui b/src/dialogs/solver.ui
index bcdba05..8d8a848 100644
--- a/src/dialogs/solver.ui
+++ b/src/dialogs/solver.ui
@@ -889,6 +889,8 @@
<object class="GtkLabel" id="solver_status_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -901,6 +903,8 @@
<object class="GtkLabel" id="problem_status_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -913,6 +917,8 @@
<object class="GtkLabel" id="objective_value_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -925,6 +931,8 @@
<object class="GtkLabel" id="elapsed_time_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
</object>
<packing>
<property name="left_attach">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]