mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-16 13:59:58 -05:00
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