]> Some of my projects - aniplayer.git/commitdiff
Change PlayerControls layout to Flow
authorAPTX <marek321@gmail.com>
Sun, 26 Nov 2017 12:36:18 +0000 (21:36 +0900)
committerAPTX <marek321@gmail.com>
Sun, 26 Nov 2017 12:36:18 +0000 (21:36 +0900)
This makes sure all the controls are visible on any window width.

uiplugins/ui_desktop_qml_default/qml/PlayerControls.qml

index 566a5c555f202f37af2dbb6e14d24f4beed99e64..3bca43183096de04d7b71ea16f1928cd25fae492 100644 (file)
@@ -3,7 +3,7 @@ import QtQuick.Controls 1.4
 import QtQuick.Window 2.2
 import org.aptx.aniplayer 1.0
 
-Row {
+Flow {
     property Player controlledPlayer: null
     property Window controlledWindow: null