summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2016-08-13 17:26:43 +0400
committerAkshay Deep <akshaydeepiitr@gmail.com>2016-08-13 19:36:52 +0000
commit96e1588c1a176e0751cf72b27f099ef3a1a544c0 (patch)
tree6b403ba04cf02128998797769beec17b50ff53ed /sw
parent6b2b648aff0f40eb85caafb49d3471545f891168 (diff)
tdf#83054 Remove help button from go to page dialog
Change-Id: I52922b7029191a45b43579cd8b90f6245a1db19f Reviewed-on: https://gerrit.libreoffice.org/28103 Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com> Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/uiconfig/swriter/ui/gotopagedialog.ui20
1 files changed, 3 insertions, 17 deletions
diff --git a/sw/uiconfig/swriter/ui/gotopagedialog.ui b/sw/uiconfig/swriter/ui/gotopagedialog.ui
index 345d308e5664..211acaf79816 100644
--- a/sw/uiconfig/swriter/ui/gotopagedialog.ui
+++ b/sw/uiconfig/swriter/ui/gotopagedialog.ui
@@ -17,21 +17,6 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="button1">
- <property name="label">gtk-help</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- <property name="secondary">True</property>
- </packing>
- </child>
- <child>
<object class="GtkButton" id="ok">
<property name="label">gtk-ok</property>
<property name="visible">True</property>
@@ -73,6 +58,7 @@
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">center</property>
<property name="border_width">6</property>
<property name="row_spacing">12</property>
<property name="column_spacing">12</property>
@@ -94,6 +80,7 @@
<object class="GtkEntry" id="page">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="width_chars">5</property>
<property name="input_purpose">number</property>
</object>
<packing>
@@ -105,7 +92,7 @@
<object class="GtkLabel" id="page_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="hexpand">True</property>
+ <property name="halign">end</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Page:</property>
<property name="use_underline">True</property>
@@ -125,7 +112,6 @@
</object>
</child>
<action-widgets>
- <action-widget response="0">button1</action-widget>
<action-widget response="0">ok</action-widget>
<action-widget response="0">cancel</action-widget>
</action-widgets>