Skip to content
Snippets Groups Projects
Commit 329af50d authored by Simon McVittie's avatar Simon McVittie
Browse files

test-ui: Set a more general title


Suggested by Ludovico de Nittis on !21.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 07df944f
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ class Gui:
self.window = Gtk.Window()
self.window.set_default_size(600, 300)
self.window.connect('delete-event', Gtk.main_quit)
self.window.set_title('Choose pressure-vessel runtime')
self.window.set_title('pressure-vessel options')
self.grid = Gtk.Grid(
row_spacing=6,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment