summaryrefslogtreecommitdiff
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-12-21 15:45:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-12-22 10:17:25 +0100
commitd1510db3fac629977bfcfb60260f9a45e4e3ca1a (patch)
tree32c88da9591550b6e754ed164a4b640160b08f8e /sc/uiconfig
parent4ad89c0fa19ddf66882d58468fac61da38d8ffcb (diff)
replace deprecated xpad/ypad
drop entirely suspicious xpad/ypad which are probably accidental Change-Id: Ie80d93502359373e38cc61f63cd5bec962f5d193 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108115 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/ui/movecopysheet.ui2
-rw-r--r--sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui5
-rw-r--r--sc/uiconfig/scalc/ui/randomnumbergenerator.ui4
-rw-r--r--sc/uiconfig/scalc/ui/samplingdialog.ui2
-rw-r--r--sc/uiconfig/scalc/ui/sharedocumentdlg.ui1
-rw-r--r--sc/uiconfig/scalc/ui/sheetprintpage.ui6
6 files changed, 6 insertions, 14 deletions
diff --git a/sc/uiconfig/scalc/ui/movecopysheet.ui b/sc/uiconfig/scalc/ui/movecopysheet.ui
index ca34c4972fef..dee2bcb2ebb8 100644
--- a/sc/uiconfig/scalc/ui/movecopysheet.ui
+++ b/sc/uiconfig/scalc/ui/movecopysheet.ui
@@ -143,7 +143,6 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xpad">1</property>
<property name="label" translatable="yes" context="movecopysheet|label1">Action</property>
<property name="justify">center</property>
<attributes>
@@ -437,7 +436,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">5</property>
- <property name="xpad">2</property>
<property name="label" translatable="yes" context="movecopysheet|newNameLabel">New _name</property>
<property name="use_underline">True</property>
<attributes>
diff --git a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui
index 14eb68e6c400..cbc9d313ce4c 100644
--- a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui
+++ b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui
@@ -160,7 +160,6 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xpad">4</property>
<property name="label" translatable="yes" context="pivottablelayoutdialog|label3">Column Fields:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">listbox-column</property>
@@ -242,7 +241,6 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xpad">4</property>
<property name="label" translatable="yes" context="pivottablelayoutdialog|label5">Data Fields:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">listbox-data</property>
@@ -324,7 +322,6 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xpad">4</property>
<property name="label" translatable="yes" context="pivottablelayoutdialog|label4">Row Fields:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">listbox-row</property>
@@ -404,7 +401,6 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xpad">4</property>
<property name="label" translatable="yes" context="pivottablelayoutdialog|label2">Filters:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">listbox-page</property>
@@ -492,7 +488,6 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xpad">4</property>
<property name="label" translatable="yes" context="pivottablelayoutdialog|label1">Available Fields:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">listbox-fields</property>
diff --git a/sc/uiconfig/scalc/ui/randomnumbergenerator.ui b/sc/uiconfig/scalc/ui/randomnumbergenerator.ui
index ed704b131459..6a91a14ba7f5 100644
--- a/sc/uiconfig/scalc/ui/randomnumbergenerator.ui
+++ b/sc/uiconfig/scalc/ui/randomnumbergenerator.ui
@@ -389,7 +389,7 @@
<object class="GtkLabel" id="seed-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xpad">12</property>
+ <property name="margin-start">12</property>
<property name="label" translatable="yes" context="randomnumbergenerator|seed-label">Seed:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">seed-spin</property>
@@ -444,7 +444,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
- <property name="xpad">12</property>
+ <property name="margin-start">12</property>
<property name="label" translatable="yes" context="randomnumbergenerator|decimal-places-label">Decimal places:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">decimal-places-spin</property>
diff --git a/sc/uiconfig/scalc/ui/samplingdialog.ui b/sc/uiconfig/scalc/ui/samplingdialog.ui
index e659e55f15f6..273752e9f67f 100644
--- a/sc/uiconfig/scalc/ui/samplingdialog.ui
+++ b/sc/uiconfig/scalc/ui/samplingdialog.ui
@@ -247,7 +247,6 @@
<property name="can_focus">False</property>
<property name="margin-start">12</property>
<property name="hexpand">True</property>
- <property name="xpad">12</property>
<property name="label" translatable="yes" context="samplingdialog|label1">Sample size:</property>
<property name="use_underline">True</property>
<property name="justify">center</property>
@@ -314,7 +313,6 @@
<property name="can_focus">False</property>
<property name="margin-start">12</property>
<property name="hexpand">True</property>
- <property name="xpad">12</property>
<property name="label" translatable="yes" context="samplingdialog|label3">Period:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">period-spin</property>
diff --git a/sc/uiconfig/scalc/ui/sharedocumentdlg.ui b/sc/uiconfig/scalc/ui/sharedocumentdlg.ui
index b61db030cad2..8114359e1117 100644
--- a/sc/uiconfig/scalc/ui/sharedocumentdlg.ui
+++ b/sc/uiconfig/scalc/ui/sharedocumentdlg.ui
@@ -126,7 +126,6 @@
<object class="GtkLabel" id="warning">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xpad">12</property>
<property name="label" translatable="yes" context="sharedocumentdlg|warning">Note: Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities.</property>
<property name="wrap">True</property>
<property name="width_chars">72</property>
diff --git a/sc/uiconfig/scalc/ui/sheetprintpage.ui b/sc/uiconfig/scalc/ui/sheetprintpage.ui
index 00baffb6f269..5d913776ccc5 100644
--- a/sc/uiconfig/scalc/ui/sheetprintpage.ui
+++ b/sc/uiconfig/scalc/ui/sheetprintpage.ui
@@ -181,8 +181,10 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="valign">center</property>
- <property name="xpad">6</property>
- <property name="ypad">6</property>
+ <property name="margin-start">6</property>
+ <property name="margin-end">6</property>
+ <property name="margin-top">6</property>
+ <property name="margin-bottom">6</property>
<property name="stock">gtk-missing-image</property>
</object>
<packing>