mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 09:47:36 +02:00
feat: version tooltip
This commit is contained in:
parent
b8ed0723e1
commit
51ccdf7caa
@ -40,6 +40,7 @@ class RightPanel(Gtk.Box):
|
||||
|
||||
self.copying = False
|
||||
|
||||
# TODO: strings
|
||||
version = self.controller.get_prefs().version
|
||||
self.version_label = Gtk.Label(
|
||||
label=version,
|
||||
@ -47,6 +48,7 @@ class RightPanel(Gtk.Box):
|
||||
vexpand=True,
|
||||
halign=Gtk.Align.END,
|
||||
valign=Gtk.Align.END,
|
||||
tooltip_text="Click to copy to clipboard",
|
||||
)
|
||||
eb = Gtk.EventBox(halign=Gtk.Align.END, valign=Gtk.Align.END)
|
||||
eb.add(self.version_label)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user