[gnome-control-center/gnome-3-16] datetime: Make it possible to focus the time spin buttons
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-16] datetime: Make it possible to focus the time spin buttons
- Date: Mon, 20 Jul 2015 10:11:27 +0000 (UTC)
commit b082c9396a125f0b190afd53b909495aba3ac9cb
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jul 20 11:27:53 2015 +0200
datetime: Make it possible to focus the time spin buttons
https://bugzilla.gnome.org/show_bug.cgi?id=752609
panels/datetime/datetime.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/datetime/datetime.ui b/panels/datetime/datetime.ui
index abefa3c..a2aae81 100644
--- a/panels/datetime/datetime.ui
+++ b/panels/datetime/datetime.ui
@@ -93,7 +93,7 @@
<child>
<object class="GtkSpinButton" id="h_spinbutton">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="max_length">2</property>
<property name="invisible_char">●</property>
<property name="xalign">0.5</property>
@@ -130,7 +130,7 @@
<child>
<object class="GtkSpinButton" id="m_spinbutton">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="max_length">2</property>
<property name="invisible_char">●</property>
<property name="xalign">0.5</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]