[gnome-control-center] datetime: Fix activating time and timezone rows
- From: Mohammed Sadiq <pksadiq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] datetime: Fix activating time and timezone rows
- Date: Mon, 10 Aug 2020 13:10:23 +0000 (UTC)
commit c2b0f8cb1d7a8c64a43df3c4239e79ce5af0a3ab
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date: Mon Aug 3 15:17:00 2020 +0530
datetime: Fix activating time and timezone rows
These rows seems not activatable by default and thus not able to edit those values
panels/datetime/cc-datetime-panel.ui | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/panels/datetime/cc-datetime-panel.ui b/panels/datetime/cc-datetime-panel.ui
index bf9babbe0..dc7519c18 100644
--- a/panels/datetime/cc-datetime-panel.ui
+++ b/panels/datetime/cc-datetime-panel.ui
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]