mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 18:50:24 +02:00
Merge pull request #2625
131769f
fix dropdown closure behavior (tobtoht)
This commit is contained in:
commit
4aac66a024
@ -251,6 +251,7 @@ Item {
|
||||
QtQuickControls2.Popup {
|
||||
id: popup
|
||||
padding: 0
|
||||
closePolicy: QtQuickControls2.Popup.CloseOnEscape | QtQuickControls2.Popup.CloseOnPressOutsideParent
|
||||
|
||||
Rectangle {
|
||||
id: calendarRect
|
||||
|
@ -126,6 +126,7 @@ Item {
|
||||
Popup {
|
||||
id: popup
|
||||
padding: 0
|
||||
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
||||
|
||||
Rectangle {
|
||||
id: droplist
|
||||
|
Loading…
Reference in New Issue
Block a user