mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
styledcombobox: fix some warnings, use styledlistview
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
pragma ComponentBehavior: Bound
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
@@ -152,7 +153,7 @@ ComboBox {
|
||||
color: Appearance.colors.colSurfaceContainerHigh
|
||||
}
|
||||
|
||||
contentItem: ListView {
|
||||
contentItem: StyledListView {
|
||||
id: listView
|
||||
clip: true
|
||||
implicitHeight: contentHeight
|
||||
|
||||
Reference in New Issue
Block a user