datetime: Fix activating time and timezone rows
These rows seems not activatable by default and thus not able to edit those values
This commit is contained in:
parent
883f136ed3
commit
c2b0f8cb1d
1 changed files with 2 additions and 0 deletions
|
@ -214,6 +214,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="title" translatable="yes">Date & _Time</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="activatable">True</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="datetime_label">
|
||||
<property name="visible">True</property>
|
||||
|
@ -268,6 +269,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="title" translatable="yes">Time Z_one</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="activatable">True</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="timezone_label">
|
||||
<property name="visible">True</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue