[gnome-control-center] user: Allow activating rows



commit 092c77b0c1cdab28708bc3c40b64183c3b99e72a
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Tue May 11 19:02:27 2021 +0530

    user: Allow activating rows
    
    HdyActionRow are not activatable by default. Explicitly enable them.

 panels/user-accounts/cc-user-panel.ui | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/panels/user-accounts/cc-user-panel.ui b/panels/user-accounts/cc-user-panel.ui
index 68549f495..c51d1fd10 100644
--- a/panels/user-accounts/cc-user-panel.ui
+++ b/panels/user-accounts/cc-user-panel.ui
@@ -284,6 +284,7 @@
                                         <property name="title" translatable="yes">_Parental 
Controls</property>
                                         <property name="subtitle" translatable="yes">Open the Parental 
Controls application.</property>
                                         <property name="subtitle-lines">0</property>
+                                        <property name="activatable">True</property>
                                         <child>
                                           <object class="GtkLabel" id="parental_controls_button_label">
                                             <property name="visible">True</property>
@@ -307,6 +308,7 @@
                                         <property name="visible">True</property>
                                         <property name="title" translatable="yes">_Language</property>
                                         <property name="use_underline">True</property>
+                                        <property name="activatable">True</property>
                                         <child>
                                           <object class="GtkLabel" id="language_button_label">
                                              <property name="visible">True</property>
@@ -360,6 +362,7 @@
                                         <property name="visible">True</property>
                                         <property name="title" translatable="yes">_Password</property>
                                         <property name="use_underline">True</property>
+                                        <property name="activatable">True</property>
                                         <child>
                                           <object class="GtkLabel" id="password_button_label">
                                             <property name="visible">True</property>
@@ -384,6 +387,7 @@
                                         <property name="visible">True</property>
                                         <property name="title" translatable="yes">_Fingerprint 
Login</property>
                                         <property name="use_underline">True</property>
+                                        <property name="activatable">True</property>
                                         <child>
                                           <object class="GtkLabel" id="fingerprint_state_label">
                                             <property name="visible">True</property>
@@ -421,6 +425,7 @@
                                       <object class="HdyActionRow" id="last_login_row">
                                         <property name="visible">True</property>
                                         <property name="title" translatable="yes">Account Activity</property>
+                                        <property name="activatable">True</property>
                                         <property name="use_underline">True</property>
                                         <child>
                                           <object class="GtkLabel" id="last_login_button_label">


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