mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 07:29:51 +01:00
Metacity-theme: Fix missing close icon in some windows
This commit is contained in:
@@ -580,7 +580,7 @@
|
|||||||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<frame_style name="dialog_focused" geometry="nobuttons">
|
<frame_style name="dialog_focused" geometry="normal">
|
||||||
<piece position="entire_background" draw_ops="entire_background_focused" />
|
<piece position="entire_background" draw_ops="entire_background_focused" />
|
||||||
<piece position="titlebar" draw_ops="rounded_titlebar_focused" />
|
<piece position="titlebar" draw_ops="rounded_titlebar_focused" />
|
||||||
<piece position="title" draw_ops="title_focused" />
|
<piece position="title" draw_ops="title_focused" />
|
||||||
@@ -614,7 +614,7 @@
|
|||||||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<frame_style name="dialog_unfocused" geometry="nobuttons">
|
<frame_style name="dialog_unfocused" geometry="normal_unfocused">
|
||||||
<piece position="entire_background" draw_ops="entire_background_unfocused" />
|
<piece position="entire_background" draw_ops="entire_background_unfocused" />
|
||||||
<piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
|
<piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
|
||||||
<piece position="title" draw_ops="title_unfocused" />
|
<piece position="title" draw_ops="title_unfocused" />
|
||||||
|
|||||||
@@ -580,7 +580,7 @@
|
|||||||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<frame_style name="dialog_focused" geometry="nobuttons">
|
<frame_style name="dialog_focused" geometry="normal">
|
||||||
<piece position="entire_background" draw_ops="entire_background_focused" />
|
<piece position="entire_background" draw_ops="entire_background_focused" />
|
||||||
<piece position="titlebar" draw_ops="rounded_titlebar_focused" />
|
<piece position="titlebar" draw_ops="rounded_titlebar_focused" />
|
||||||
<piece position="title" draw_ops="title_focused" />
|
<piece position="title" draw_ops="title_focused" />
|
||||||
@@ -614,7 +614,7 @@
|
|||||||
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
<frame_style name="dialog_unfocused" geometry="nobuttons">
|
<frame_style name="dialog_unfocused" geometry="normal_unfocused">
|
||||||
<piece position="entire_background" draw_ops="entire_background_unfocused" />
|
<piece position="entire_background" draw_ops="entire_background_unfocused" />
|
||||||
<piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
|
<piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
|
||||||
<piece position="title" draw_ops="title_unfocused" />
|
<piece position="title" draw_ops="title_unfocused" />
|
||||||
|
|||||||
Reference in New Issue
Block a user