apprt/gtk-ng: fixed missing icon for hide button

This commit is contained in:
Mitchell Hashimoto
2025-07-22 14:38:35 -07:00
parent 2855c44118
commit 04143645f2
3 changed files with 17 additions and 1 deletions

View File

@ -146,7 +146,7 @@ pub const ClipboardConfirmationDialog = extern struct {
/// Whether the user can remember the choice. /// Whether the user can remember the choice.
can_remember: bool = false, can_remember: bool = false,
/// Template bindings // Template bindings
text_view_scroll: *gtk.ScrolledWindow, text_view_scroll: *gtk.ScrolledWindow,
text_view: *gtk.TextView, text_view: *gtk.TextView,
reveal_button: *gtk.Button, reveal_button: *gtk.Button,

View File

@ -68,6 +68,14 @@ template $GhosttyClipboardConfirmationDialog: $GhosttyDialog {
valign: start; valign: start;
margin-end: 12; margin-end: 12;
margin-top: 12; margin-top: 12;
styles [
"opaque",
]
Image {
icon-name: "view-conceal-symbolic";
}
} }
} }
}; };

View File

@ -68,6 +68,14 @@ template $GhosttyClipboardConfirmationDialog: $GhosttyDialog {
valign: start; valign: start;
margin-end: 12; margin-end: 12;
margin-top: 12; margin-top: 12;
styles [
"opaque",
]
Image {
icon-name: "view-conceal-symbolic";
}
} }
} }