Skip to content

Commit 7fa59d4

Browse files
committed
Fix shadows on undecorated windows
1 parent 719604e commit 7fa59d4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

data/agnostics.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<property name="name">pixbox</property>
77
<property name="can-focus">False</property>
88
<property name="resizable">False</property>
9-
<property name="decorated">False</property>
9+
<property name="decorated">True</property>
1010
<property name="modal">True</property>
1111
<property name="window-position">center-on-parent</property>
1212
<property name="default-width">340</property>
@@ -95,7 +95,7 @@
9595
</child>
9696
<child type="titlebar">
9797
<object class="GtkHeaderBar">
98-
<property name="visible">True</property>
98+
<property name="visible">False</property>
9999
<property name="can-focus">False</property>
100100
<child>
101101
<placeholder/>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
agnostics (0.17) bookworm; urgency=medium
2+
3+
* Fix shadows on undecorated windows
4+
5+
-- Simon Long <simon@raspberrypi.com> Thu, 12 Sep 2024 13:44:23 +0100
6+
17
agnostics (0.16) bookworm; urgency=medium
28

39
* Fix for random test failures

0 commit comments

Comments
 (0)