[gnome-games/wip/exalm/ui4: 5/7] fullscreen-box: Increase headerbar reveal time



commit 8bd59fda8e8818dbd71c1669176c66b4a604ae8c
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Thu Jun 6 01:12:02 2019 +0500

    fullscreen-box: Increase headerbar reveal time
    
    Since headerbar is now less intrusive, it can be on screen longer.
    Increase the duration from 2 to 3 seconds to match libdazzle.

 src/ui/fullscreen-box.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/ui/fullscreen-box.vala b/src/ui/fullscreen-box.vala
index 8d95f183..daa01013 100644
--- a/src/ui/fullscreen-box.vala
+++ b/src/ui/fullscreen-box.vala
@@ -2,7 +2,7 @@
 
 [GtkTemplate (ui = "/org/gnome/Games/ui/fullscreen-box.ui")]
 private class Games.FullscreenBox : Gtk.EventBox, Gtk.Buildable {
-       private const uint INACTIVITY_TIME_MILLISECONDS = 2000;
+       private const uint INACTIVITY_TIME_MILLISECONDS = 3000;
        private const int SHOW_HEADERBAR_DISTANCE = 5;
 
        public bool is_fullscreen { get; set; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]