diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-02 14:48:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-02 21:53:35 +0200 |
commit | 5d5a7293bf6a49b1828bdd9fdff989f0a9cd2e53 (patch) | |
tree | 680007123f63cdbc1af5b391bdbe8e3b2f9135bc /vcl/uiconfig | |
parent | 3cf2909f268ec63897d862714853ab85a295eb08 (diff) |
drop the spurious invisible_char[_set] properties
Change-Id: I8264a4f6035fd19c7a892902c41127615eaf6dd3
Reviewed-on: https://gerrit.libreoffice.org/52265
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 7 | ||||
-rw-r--r-- | vcl/uiconfig/ui/querydialog.ui | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 82469e520549..e09e10ac9d67 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -217,7 +217,6 @@ <object class="GtkSpinButton" id="pageedit-nospin"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> <property name="xalign">1</property> </object> <packing> @@ -504,7 +503,6 @@ <object class="GtkSpinButton" id="copycount"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> <property name="adjustment">adjustment1</property> </object> <packing> @@ -700,7 +698,6 @@ <object class="GtkEntry" id="pagerange"> <property name="can_focus">True</property> <property name="no_show_all">True</property> - <property name="invisible_char">●</property> </object> <packing> <property name="expand">False</property> @@ -1192,7 +1189,6 @@ <object class="GtkSpinButton" id="pagecols"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> <property name="adjustment">adjustment2</property> </object> <packing> @@ -1204,7 +1200,6 @@ <object class="GtkSpinButton" id="pagerows"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> <property name="adjustment">adjustment2</property> </object> <packing> @@ -1216,7 +1211,6 @@ <object class="GtkSpinButton" id="pagemarginsb:0mm"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> <property name="adjustment">adjustment3</property> </object> <packing> @@ -1228,7 +1222,6 @@ <object class="GtkSpinButton" id="sheetmarginsb:0mm"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">●</property> <property name="adjustment">adjustment3</property> </object> <packing> diff --git a/vcl/uiconfig/ui/querydialog.ui b/vcl/uiconfig/ui/querydialog.ui index b5b4c9b55ad8..454c0cd67557 100644 --- a/vcl/uiconfig/ui/querydialog.ui +++ b/vcl/uiconfig/ui/querydialog.ui @@ -81,7 +81,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> - <property name="invisible_char">•</property> </object> <packing> <property name="left_attach">0</property> |