mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +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 {
|
||||
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue