slint/internal/compiler/widgets
Olivier Goffart f36fed2252 Combobox: Fix ComboBox having a too big popup when it has less than 6 items
Fix #5646

Qt is a bit more involved since it always put scrollbar if there is a ScrollArea and we can't
easily know the size to which make the popup. That's why it needs two popups
2024-07-23 14:18:16 +02:00
..
common Bump version number to 1.7.1 2024-07-23 12:05:34 +00:00
cosmic Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
cosmic-base Combobox: Fix ComboBox having a too big popup when it has less than 6 items 2024-07-23 14:18:16 +02:00
cosmic-dark Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
cosmic-light Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
cupertino Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
cupertino-base Combobox: Fix ComboBox having a too big popup when it has less than 6 items 2024-07-23 14:18:16 +02:00
cupertino-dark Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
cupertino-light Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
fluent Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
fluent-base Combobox: Fix ComboBox having a too big popup when it has less than 6 items 2024-07-23 14:18:16 +02:00
fluent-dark Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
fluent-light Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
material Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
material-base Combobox: Fix ComboBox having a too big popup when it has less than 6 items 2024-07-23 14:18:16 +02:00
material-dark Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
material-light Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
qt Combobox: Fix ComboBox having a too big popup when it has less than 6 items 2024-07-23 14:18:16 +02:00