Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
2176d761
Commit
2176d761
authored
Nov 14, 2017
by
anonym
Browse files
tails-documentation: use a proper icon for the back button.
parent
7a2ea058
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/bin/tails-documentation
View file @
2176d761
...
...
@@ -29,7 +29,7 @@ class DocumentationWindow(tailsgreeter.gui.GreeterHelpWindow):
# variable, but we need it!
headerbar
=
next
(
child
for
child
in
self
.
get_children
()
\
if
isinstance
(
child
,
Gtk
.
HeaderBar
))
back_button
=
Gtk
.
Button
(
'←'
)
back_button
=
Gtk
.
Button
.
new_from_icon_name
(
'back'
,
Gtk
.
IconSize
.
BUTTON
)
back_button
.
connect
(
"clicked"
,
lambda
x
:
self
.
webview
.
go_back
())
headerbar
.
pack_start
(
back_button
)
back_button
.
show
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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