[Libreoffice-commits] core.git: xmlsecurity/uiconfig

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Tue Jan 31 15:43:09 UTC 2017


 xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1478f81f236b88377293432a642def218e228145
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Tue Jan 31 13:50:20 2017 +0100

    tdf#105637 Digital signatures dialog has unnessary labels
    
    Change-Id: I474968d566a31fba29bcdc1f74749de8e86fedce
    Reviewed-on: https://gerrit.libreoffice.org/33754
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui b/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui
index d79d7e9..31bec83 100644
--- a/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui
+++ b/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui
@@ -194,7 +194,7 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="description">
-                    <property name="visible">True</property>
+                    <property name="no_show_all">True</property>
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes">Description</property>
                   </object>
@@ -205,7 +205,7 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="type">
-                    <property name="visible">True</property>
+                    <property name="no_show_all">True</property>
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes">Signature type</property>
                   </object>


More information about the Libreoffice-commits mailing list