Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
gThumb
Commits
aaee84ff
Commit
aaee84ff
authored
Oct 27, 2017
by
Paolo Bacchilega
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support keyboard navigation in the Tags dialog
[bug #777234]
parent
77c22ab4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
extensions/edit_metadata/data/ui/tag-chooser.ui
extensions/edit_metadata/data/ui/tag-chooser.ui
+6
-3
gthumb/gth-tags-entry.c
gthumb/gth-tags-entry.c
+0
-1
No files found.
extensions/edit_metadata/data/ui/tag-chooser.ui
View file @
aaee84ff
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.1 -->
<interface>
<requires
lib=
"gtk+"
version=
"
2
.1
4
"
/>
<object
class=
"Gtk
V
Box"
id=
"content"
>
<requires
lib=
"gtk+"
version=
"
3
.1
6
"
/>
<object
class=
"GtkBox"
id=
"content"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"orientation"
>
vertical
</property>
<property
name=
"spacing"
>
6
</property>
<child>
<object
class=
"GtkLabel"
id=
"tag_label"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"halign"
>
start
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"label"
translatable=
"yes"
>
T_ags:
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
...
...
gthumb/gth-tags-entry.c
View file @
aaee84ff
...
...
@@ -1078,7 +1078,6 @@ gth_tags_entry_init (GthTagsEntry *self)
GtkCellRenderer
*
renderer
;
GtkWidget
*
menu_item
;
gtk_widget_set_can_focus
(
GTK_WIDGET
(
self
),
TRUE
);
gtk_style_context_add_class
(
gtk_widget_get_style_context
(
GTK_WIDGET
(
self
)),
GTK_STYLE_CLASS_COMBOBOX_ENTRY
);
gtk_orientable_set_orientation
(
GTK_ORIENTABLE
(
self
),
GTK_ORIENTATION_VERTICAL
);
gtk_box_set_spacing
(
GTK_BOX
(
self
),
3
);
...
...
Write
Preview
Markdown
is supported
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