[Pkg-privacy-commits] [tails-installer] 120/210: Work around the annoying bug with app fullscreening

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.

commit ff15818ec58621e1d32b4c0163f09fb9198c08cc
Author: Martin Briza <mbriza at redhat.com>
Date:   Thu Jul 9 13:24:42 2015 +0200

    Work around the annoying bug with app fullscreening
---
 liveusb/liveusb.qml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/liveusb/liveusb.qml b/liveusb/liveusb.qml
index 5ae26a5..7dddbc2 100644
--- a/liveusb/liveusb.qml
+++ b/liveusb/liveusb.qml
@@ -9,12 +9,8 @@ import "components"
 
 ApplicationWindow {
     id: mainWindow
-    /*
     minimumWidth: 800
     minimumHeight: 480
-    maximumHeight: minimumHeight
-    maximumWidth: minimumWidth
-    */
     width: 800
     height: 480
     title: qsTranslate("", "Fedora LiveUSB Creator")
@@ -25,17 +21,6 @@ ApplicationWindow {
 
     property bool canGoBack: false
 
-    Behavior on x {
-        NumberAnimation {
-            duration: 80
-        }
-    }
-    Behavior on y {
-        NumberAnimation {
-            duration: 80
-        }
-    }
-
     Rectangle {
         anchors.fill: parent
         color: palette.window
@@ -54,6 +39,7 @@ ApplicationWindow {
             orientation: ListView.Horizontal
             snapMode: ListView.SnapToItem
             highlightFollowsCurrentItem: true
+            highlightRangeMode: ListView.StrictlyEnforceRange
             interactive: false
             highlightMoveVelocity: 3 * contentList.width
             highlightResizeDuration: 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list