mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 11:52:05 +02:00
fix dropdown closure behavior
This commit is contained in:
parent
46227bdad0
commit
131769f175
@ -251,6 +251,7 @@ Item {
|
|||||||
QtQuickControls2.Popup {
|
QtQuickControls2.Popup {
|
||||||
id: popup
|
id: popup
|
||||||
padding: 0
|
padding: 0
|
||||||
|
closePolicy: QtQuickControls2.Popup.CloseOnEscape | QtQuickControls2.Popup.CloseOnPressOutsideParent
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: calendarRect
|
id: calendarRect
|
||||||
|
@ -126,6 +126,7 @@ Item {
|
|||||||
Popup {
|
Popup {
|
||||||
id: popup
|
id: popup
|
||||||
padding: 0
|
padding: 0
|
||||||
|
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: droplist
|
id: droplist
|
||||||
|
Loading…
Reference in New Issue
Block a user