Skip to content
Snippets Groups Projects
Commit e4ad111c authored by Philipp Hörist's avatar Philipp Hörist
Browse files

ServerInfo: Make InfoItems selectable

parent 8c8b4918
No related branches found
No related tags found
No related merge requests found
......@@ -247,6 +247,7 @@ class ServerInfoItem(Gtk.Grid):
self.value = Gtk.Label(label=info.value)
self.value.set_halign(Gtk.Align.START)
self.value.set_hexpand(True)
self.value.set_selectable(True)
self.add(self.info)
self.add(self.value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment