summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrifa75 <yahiaoui.fakhri@gmail.com>2022-12-08 22:56:21 +0100
committerBastien Nocera <hadess@hadess.net>2022-12-20 16:33:27 +0100
commit4b7fe44a6f1815ca3e8b99a6bcce1eb2ba0deb98 (patch)
tree957a794540b1b4927c9731e76fdbaf3426d14159
parented0d772ce3a618e78ff07d3fe021e92ab91a1c38 (diff)
downloadtotem-4b7fe44a6f1815ca3e8b99a6bcce1eb2ba0deb98.tar.gz
main: Set modal property of HdyFlap to False.
HdyFlap being modal mean that the content is inacessible. So when we are in fullscreen mode and we double click to unfullscreen, it doesn't work unless the headerbar is hidden.
-rw-r--r--data/totem.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/totem.ui b/data/totem.ui
index 3c9d07059..40c927bf1 100644
--- a/data/totem.ui
+++ b/data/totem.ui
@@ -195,6 +195,7 @@
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="fold-policy">never</property>
+ <property name="modal">False</property>
<child type="flap">
<object class="TotemMainToolbar" id="header">
<property name="visible">True</property>