summary refs log tree commit diff
path: root/resources/qml/components/AdaptiveLayoutElement.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-13 02:48:22 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-13 02:48:22 +0200
commit9fd70c34f90a9ef010091024ae13f9af8d131c61 (patch)
treea676355fee60e16ac3558a0825f31a134024f132 /resources/qml/components/AdaptiveLayoutElement.qml
parentTry to be compatible with Qt 5.12 (diff)
downloadnheko-9fd70c34f90a9ef010091024ae13f9af8d131c61.tar.xz
Layout 1.15 -> 1.12
Diffstat (limited to 'resources/qml/components/AdaptiveLayoutElement.qml')
-rw-r--r--resources/qml/components/AdaptiveLayoutElement.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/components/AdaptiveLayoutElement.qml b/resources/qml/components/AdaptiveLayoutElement.qml

index 3922e27d..a4aec72e 100644 --- a/resources/qml/components/AdaptiveLayoutElement.qml +++ b/resources/qml/components/AdaptiveLayoutElement.qml
@@ -4,7 +4,7 @@ import QtQuick 2.12 import QtQuick.Controls 2.5 -import QtQuick.Layouts 1.15 +import QtQuick.Layouts 1.12 Item { property int minimumWidth: 100