[polari] connectionDetails: Stop setting some unnecessary properties



commit d94e206886a0f96745eb63674434999914cf609e
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Oct 10 06:19:48 2020 +0200

    connectionDetails: Stop setting some unnecessary properties
    
    They are already at their default value, so no need to set them.
    This helps a bit with the transition to GTK4, where the property
    no longer exist.
    
    https://gitlab.gnome.org/GNOME/polari/-/merge_requests/174

 data/resources/connection-details.ui | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/data/resources/connection-details.ui b/data/resources/connection-details.ui
index e1f0d075..2daeb001 100644
--- a/data/resources/connection-details.ui
+++ b/data/resources/connection-details.ui
@@ -60,8 +60,6 @@
                   bind-flags="invert-boolean|sync-create"/>
         <property name="label" translatable="yes">Use secure c_onnection</property>
         <property name="margin-bottom">24</property>
-        <property name="xalign">0</property>
-        <property name="draw-indicator">True</property>
         <property name="use-underline">True</property>
       </object>
       <packing>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]