mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +00:00
feat: copy button tooltip
This commit is contained in:
parent
7da1f6f7ae
commit
16b02e8312
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ impl SimpleComponent for MainView {
|
||||||
gtk::Button {
|
gtk::Button {
|
||||||
add_css_class: "flat",
|
add_css_class: "flat",
|
||||||
add_css_class: "circular",
|
add_css_class: "circular",
|
||||||
|
set_tooltip_text: Some("Copy"),
|
||||||
set_icon_name: icon_name::COPY,
|
set_icon_name: icon_name::COPY,
|
||||||
set_vexpand: false,
|
set_vexpand: false,
|
||||||
set_valign: gtk::Align::Center,
|
set_valign: gtk::Align::Center,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue