[gnome-games] ui: Forbid GameIconView to have focus
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] ui: Forbid GameIconView to have focus
- Date: Thu, 23 Feb 2017 13:27:48 +0000 (UTC)
commit 5d60b3d09c7bc3b5c0574e6838b6a88f710e3925
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu Feb 23 11:09:13 2017 +0100
ui: Forbid GameIconView to have focus
Because it doesn't make sens for it to have focus.
data/ui/game-icon-view.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/game-icon-view.ui b/data/ui/game-icon-view.ui
index 577aa86..f3c9e88 100644
--- a/data/ui/game-icon-view.ui
+++ b/data/ui/game-icon-view.ui
@@ -3,7 +3,7 @@
<requires lib="gtk+" version="3.16"/>
<template class="GamesGameIconView" parent="GtkBox">
<property name="visible">True</property>
- <property name="can-focus">True</property>
+ <property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="halign">center</property>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]