feat: copy button tooltip

This commit is contained in:
Gabriele Musco 2023-06-15 17:26:59 +02:00
parent 7da1f6f7ae
commit 16b02e8312
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -171,6 +171,7 @@ impl SimpleComponent for MainView {
gtk::Button {
add_css_class: "flat",
add_css_class: "circular",
set_tooltip_text: Some("Copy"),
set_icon_name: icon_name::COPY,
set_vexpand: false,
set_valign: gtk::Align::Center,