summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej@ahunt.org>2015-09-24 18:24:57 +0200
committerAndrzej Hunt <andrzej@ahunt.org>2015-10-21 10:23:51 +0200
commit6e51d7a50f43f0702649851f141b1e6e5c7cddf9 (patch)
tree484c8570b082241e0967d03aa42606bf9b536106
parent1a01024da99f93b0044720e16bc8f2d605cad685 (diff)
Make incompatible-output-box visible to ensure layout space
If the incompatible-output warning is not visible when the dialog is loaded, it receives no space in the layout - this then looks ugly when this warning is enabled (as it overlaps the OK/Cancel buttons). We already set the boxes visibility again on startup, hence we then hide the box as needed at that time. Change-Id: I61c9ce463ad80aaec08ae680aa3ad1535c33d9c5
-rw-r--r--sc/uiconfig/scalc/ui/unitsconversiondialog.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/unitsconversiondialog.ui b/sc/uiconfig/scalc/ui/unitsconversiondialog.ui
index f7ed3fe47383..97d70af0b881 100644
--- a/sc/uiconfig/scalc/ui/unitsconversiondialog.ui
+++ b/sc/uiconfig/scalc/ui/unitsconversiondialog.ui
@@ -256,6 +256,7 @@
</child>
<child>
<object class="GtkBox" id="incompatible-output-box">
+ <property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkImage" id="incompatible-output-icon">