summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-09-19 15:19:00 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-09-19 15:22:48 +0200
commitce53c0337959954ef336b445934708b00337a606 (patch)
tree57c9f782bcfa9176cf3bb146ed1d58cbb2c2e191
parent836e15d972b28efe3a0048d8162b0bd9b167c9c1 (diff)
TSCP: remove unneeded button in the dialog, clean-upsfeature/tscp3
Change-Id: I2893d5bfb02a33df501702a5c92a5e64e005fbab
-rw-r--r--svx/uiconfig/ui/classificationdialog.ui23
1 files changed, 3 insertions, 20 deletions
diff --git a/svx/uiconfig/ui/classificationdialog.ui b/svx/uiconfig/ui/classificationdialog.ui
index be834b815eea..d5eb1cc6d8cd 100644
--- a/svx/uiconfig/ui/classificationdialog.ui
+++ b/svx/uiconfig/ui/classificationdialog.ui
@@ -3,11 +3,6 @@
<interface domain="sfx">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
- <object class="GtkImage" id="bold">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="stock">gtk-bold</property>
- </object>
<object class="GtkDialog" id="AdvancedDocumentClassificationDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
@@ -183,15 +178,16 @@
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="valign">end</property>
+ <property name="vexpand">True</property>
<property name="spacing">6</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkButton" id="boldButton">
- <property name="label" translatable="yes">bold</property>
+ <property name="label" context="classificationdialog|boldButton" translatable="yes">Bold</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="image">bold</property>
</object>
<packing>
<property name="expand">False</property>
@@ -199,19 +195,6 @@
<property name="position">0</property>
</packing>
</child>
- <child>
- <object class="GtkButton" id="button">
- <property name="label" translatable="yes">button</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
</object>
<packing>
<property name="left_attach">0</property>