[gnome-games/wip/exalm/ui4: 24/26] fullscreen-box: Increase headerbar reveal time
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/ui4: 24/26] fullscreen-box: Increase headerbar reveal time
- Date: Fri, 2 Aug 2019 20:15:42 +0000 (UTC)
commit d7955c0d70ed27b4287dc91b17bce2ebc184c5c7
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]