diff --git a/Drawers/Windows.qml b/Drawers/Windows.qml index 76b6f9b..d907024 100644 --- a/Drawers/Windows.qml +++ b/Drawers/Windows.qml @@ -238,6 +238,8 @@ Variants { deformAmount: 0.05 panel: panels.settings radius: Appearance.rounding.large + topLeftRadius: Appearance.rounding.large + Appearance.padding.smaller + topRightRadius: Appearance.rounding.large + Appearance.padding.smaller } PanelBg { diff --git a/Modules/Settings/SettingsSearch.qml b/Modules/Settings/SettingsSearch.qml index 31e16f6..6be8615 100644 --- a/Modules/Settings/SettingsSearch.qml +++ b/Modules/Settings/SettingsSearch.qml @@ -51,9 +51,10 @@ Item { implicitHeight: searchContainer.implicitHeight implicitWidth: 200 + Component.onCompleted: console.log(root.height) + ListModel { id: resultsModel - } CustomRect {