diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-04-22 20:58:57 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2012-04-22 20:58:57 +0100 |
commit | 0afcc06a50facb75fd8872b3f0ed6561eb204abe (patch) | |
tree | ed6d61a84d98e2a8da1433569e8739ba1e12c0f9 | |
parent | 4be19ea551709fcc4c841825e31ae12e4cb4e508 (diff) |
Fix the layout receiving keyboard focus
-rw-r--r-- | data/bustle.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/bustle.ui b/data/bustle.ui index d46f736..3e2e98d 100644 --- a/data/bustle.ui +++ b/data/bustle.ui @@ -445,7 +445,7 @@ <child> <object class="GtkLayout" id="diagramLayout"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> </object> </child> </object> |