[gnome-games/wip/exalm/ui4: 2/3] 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: 2/3] fullscreen-box: Increase headerbar reveal time
- Date: Wed, 5 Jun 2019 21:33:18 +0000 (UTC)
commit 66fecb31203a637da0e6813d4cb7b5d30007d704
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 1b45198a..79ebcf37 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]