Fix Dropdown/SearchableDropdown integration issues

This commit is contained in:
Ryan Hughes
2026-05-18 00:59:40 -04:00
parent 8ec794a1b4
commit 72939ac530
3 changed files with 18 additions and 16 deletions
@@ -1,5 +1,5 @@
import QtQuick
import QtQuick.Controls
import QtQuick.Controls as QQC
import qs.Commons
// Searchable single-select dropdown. Same trigger shape as Dropdown, but
@@ -140,7 +140,7 @@ Item {
}
}
Popup {
QQC.Popup {
id: popup
x: 0
y: trigger.height + 2