user: Allow activating rows
HdyActionRow are not activatable by default. Explicitly enable them.
This commit is contained in:
parent
5a18b369c6
commit
092c77b0c1
1 changed files with 5 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue