remove wrap prop
This commit is contained in:
@@ -3,7 +3,6 @@ import QtQuick.Controls 2.5
|
||||
|
||||
Flex {
|
||||
flexDirection: "row"
|
||||
flexWrap: "wrap"
|
||||
justifyContent: "flexStart"
|
||||
alignItems: "flexStart"
|
||||
alignContent: "stretch"
|
||||
|
@@ -3,7 +3,6 @@ import QtQuick.Controls 2.5
|
||||
|
||||
Flex {
|
||||
flexDirection: "column"
|
||||
flexWrap: "wrap"
|
||||
justifyContent: "flexStart"
|
||||
alignItems: "flexStart"
|
||||
alignContent: "stretch"
|
||||
|
Reference in New Issue
Block a user