diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-04-27 14:19:22 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-04-27 21:58:50 +0200 |
commit | 452fcbe0792aa10042bb8cd2cfd6cd29ca754be5 (patch) | |
tree | 15bc31997cef6a12de2881ca63266c53c732f704 /cui/uiconfig | |
parent | c889431df7e77c68fe7ead9aa235a5b2f586a4c6 (diff) |
tdf#137470 use a more proper URL for the extensions
also hide the download-count, since those numbers are completely made up
by the script
Change-Id: I15b53a8a023c34ecc6a544b88ad35800891e4327
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114740
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/additionsfragment.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/additionsfragment.ui b/cui/uiconfig/ui/additionsfragment.ui index 9772ae45fffd..143c7c446c94 100644 --- a/cui/uiconfig/ui/additionsfragment.ui +++ b/cui/uiconfig/ui/additionsfragment.ui @@ -136,7 +136,7 @@ </child> <child> <object class="GtkLabel" id="labelComments1"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes" context="additionsEntry|labelComments">Downloads:</property> @@ -154,7 +154,7 @@ </child> <child> <object class="GtkLabel" id="labelDownloadNumber"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can-focus">False</property> <property name="halign">start</property> <property name="label">label</property> |