[Libreoffice-commits] core.git: cui/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 12 18:28:32 UTC 2020
cui/uiconfig/ui/optlingupage.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 468a531b1bf0a7cd8d7d523272ea84be7192db16
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Oct 12 17:40:44 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Oct 12 20:27:56 2020 +0200
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 at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
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>
More information about the Libreoffice-commits
mailing list