UI update
This commit is contained in:
@@ -21,5 +21,6 @@ qt6_add_qml_module(KomplexHubModule_Controls
|
||||
QML_FILES
|
||||
QML_FILES VideoView.qml
|
||||
QML_FILES PackView.qml
|
||||
QML_FILES VerticalSpacer.qml
|
||||
)
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ Item
|
||||
signal viewMoreTriggered()
|
||||
|
||||
id: rootItem
|
||||
clip: true
|
||||
|
||||
Item
|
||||
{
|
||||
@@ -57,6 +58,7 @@ Item
|
||||
id: resultsView
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
clip: true
|
||||
|
||||
spacing: Constants.mediumMargin
|
||||
|
||||
@@ -132,7 +134,7 @@ Item
|
||||
Item
|
||||
{
|
||||
Layout.fillHeight: true
|
||||
Layout.preferredWidth: 128
|
||||
Layout.preferredWidth: 64
|
||||
Rectangle
|
||||
{
|
||||
id: gradientMap
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
import QtQuick
|
||||
|
||||
Rectangle
|
||||
{
|
||||
height: 36
|
||||
color: "transparent"
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
}
|
||||
Reference in New Issue
Block a user