summaryrefslogtreecommitdiff
path: root/formula/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-17 17:06:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-17 20:42:35 +0100
commitb15230153ce620f2063e78e4ec61d0436b61dd10 (patch)
treea36f3fdb7526a7220aea2886e0d4567f5ca60e27 /formula/uiconfig
parent0cf14968aacfbf2e51f884242a1c243a645cb7fc (diff)
I could fight with ValWnd to fix it, or I could replace it
it's not handling resizing and redrawing well, so just drop it in favour of a read-only edit Change-Id: I5e6f85cf9326b908bf1bf835d8da0c49ca9209c9
Diffstat (limited to 'formula/uiconfig')
-rw-r--r--formula/uiconfig/ui/formuladialog.ui6
1 files changed, 4 insertions, 2 deletions
diff --git a/formula/uiconfig/ui/formuladialog.ui b/formula/uiconfig/ui/formuladialog.ui
index 8a9ff8132361..7afd50050086 100644
--- a/formula/uiconfig/ui/formuladialog.ui
+++ b/formula/uiconfig/ui/formuladialog.ui
@@ -211,10 +211,11 @@
</packing>
</child>
<child>
- <object class="foruilo-ValWnd" id="result">
+ <object class="GtkEntry" id="result">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
+ <property name="editable">False</property>
</object>
<packing>
<property name="left_attach">3</property>
@@ -381,10 +382,11 @@
</packing>
</child>
<child>
- <object class="foruilo-ValWnd" id="formula_result">
+ <object class="GtkEntry" id="formula_result">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
+ <property name="editable">False</property>
</object>
<packing>
<property name="left_attach">2</property>