forked from Shinonome/dots-hyprland
styledcombobox: fix some warnings, use styledlistview
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
pragma ComponentBehavior: Bound
|
||||||
import QtQuick
|
import QtQuick
|
||||||
import QtQuick.Controls
|
import QtQuick.Controls
|
||||||
import QtQuick.Layouts
|
import QtQuick.Layouts
|
||||||
@@ -152,7 +153,7 @@ ComboBox {
|
|||||||
color: Appearance.colors.colSurfaceContainerHigh
|
color: Appearance.colors.colSurfaceContainerHigh
|
||||||
}
|
}
|
||||||
|
|
||||||
contentItem: ListView {
|
contentItem: StyledListView {
|
||||||
id: listView
|
id: listView
|
||||||
clip: true
|
clip: true
|
||||||
implicitHeight: contentHeight
|
implicitHeight: contentHeight
|
||||||
|
|||||||
Reference in New Issue
Block a user