Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Settings
Commits
8438d158
Commit
8438d158
authored
Nov 15, 2019
by
Felipe Borges
Committed by
Robert Ancell
Nov 17, 2019
Browse files
search: Make rows and its elements reachable via keyboard
Fixes
#329
parent
733a638a
Pipeline
#131652
passed with stages
in 5 minutes and 28 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
panels/search/cc-search-panel-row.ui
View file @
8438d158
...
...
@@ -57,7 +57,7 @@
<child>
<object
class=
"GtkMenuButton"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can-focus"
>
Fals
e
</property>
<property
name=
"can-focus"
>
Tru
e
</property>
<property
name=
"popover"
>
move_row_menu
</property>
<style>
<class
name=
"flat"
/>
...
...
panels/search/cc-search-panel.ui
View file @
8438d158
...
...
@@ -3,12 +3,13 @@
<!-- interface-requires gtk+ 3.0 -->
<template
class=
"CcSearchPanel"
parent=
"CcPanel"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
Tru
e
</property>
<property
name=
"can_focus"
>
Fals
e
</property>
<child>
<object
class=
"GtkScrolledWindow"
id=
"search_vbox"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"hscrollbar_policy"
>
never
</property>
<property
name=
"can_focus"
>
False
</property>
<child>
<object
class=
"HdyColumn"
>
<property
name=
"visible"
>
True
</property>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment