diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-12 17:40:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-12 20:27:56 +0200 |
commit | 468a531b1bf0a7cd8d7d523272ea84be7192db16 (patch) | |
tree | 6a61b1932e5c05f60cf1447280aec143eafc8d37 | |
parent | 61932fa0d8612c03f432101e9b3eed004f39be37 (diff) |
use dot not comma for decimal place
wrong since...
commit acb1c390539730957fb509f18f469fc7f6133082
Date: Thu Oct 1 15:44:32 2020 +0200
Resolves tdf#137187 - More dictionaries via extensions dialog
Change-Id: I01010d07d356dd696fd3432971b20194008c9487
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104218
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/uiconfig/ui/optlingupage.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/optlingupage.ui b/cui/uiconfig/ui/optlingupage.ui index 8537e0d27d9e..203393979ca6 100644 --- a/cui/uiconfig/ui/optlingupage.ui +++ b/cui/uiconfig/ui/optlingupage.ui @@ -106,7 +106,7 @@ <object class="GtkTreeViewColumn" id="treeviewcolumn4"> <property name="resizable">True</property> <property name="spacing">6</property> - <property name="alignment">0,50000000000000000000</property> + <property name="alignment">0.50000000000000000000</property> <child> <object class="GtkCellRendererToggle" id="cellrenderer5"/> <attributes> @@ -233,7 +233,7 @@ <object class="GtkTreeViewColumn" id="treeviewcolumn44"> <property name="resizable">True</property> <property name="spacing">6</property> - <property name="alignment">0,50000000000000000000</property> + <property name="alignment">0.50000000000000000000</property> <child> <object class="GtkCellRendererToggle" id="cellrenderer55"/> <attributes> @@ -422,7 +422,7 @@ <object class="GtkTreeViewColumn" id="treeviewcolumn444"> <property name="resizable">True</property> <property name="spacing">6</property> - <property name="alignment">0,50000000000000000000</property> + <property name="alignment">0.50000000000000000000</property> <child> <object class="GtkCellRendererToggle" id="cellrenderer555"/> <attributes> |