mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
apprt/gtk-ng: fixed missing icon for hide button
This commit is contained in:
@ -146,7 +146,7 @@ pub const ClipboardConfirmationDialog = extern struct {
|
||||
/// Whether the user can remember the choice.
|
||||
can_remember: bool = false,
|
||||
|
||||
/// Template bindings
|
||||
// Template bindings
|
||||
text_view_scroll: *gtk.ScrolledWindow,
|
||||
text_view: *gtk.TextView,
|
||||
reveal_button: *gtk.Button,
|
||||
|
@ -68,6 +68,14 @@ template $GhosttyClipboardConfirmationDialog: $GhosttyDialog {
|
||||
valign: start;
|
||||
margin-end: 12;
|
||||
margin-top: 12;
|
||||
|
||||
styles [
|
||||
"opaque",
|
||||
]
|
||||
|
||||
Image {
|
||||
icon-name: "view-conceal-symbolic";
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -68,6 +68,14 @@ template $GhosttyClipboardConfirmationDialog: $GhosttyDialog {
|
||||
valign: start;
|
||||
margin-end: 12;
|
||||
margin-top: 12;
|
||||
|
||||
styles [
|
||||
"opaque",
|
||||
]
|
||||
|
||||
Image {
|
||||
icon-name: "view-conceal-symbolic";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user