From 6ba33e86fd299f8036169bbd0a7f84737351c8cf Mon Sep 17 00:00:00 2001 From: giiba Date: Fri, 14 Feb 2020 07:40:37 -0800 Subject: [PATCH] Style change... First, thanks to @lduboeuf for this implementation! This is a great looking way to handle these menus, much easier to interact with than the tiny box that shows up in Demo Browser. However I am curious why the dimming of the background was disabled? On a white page it makes the select dialogue look very undefined... I think at a minimum there should be a border to define the popup, or just letting the site be dimmed which I personally like. Pictures to follow. --- src/Morph/Web/MorphSelectOverrideDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Morph/Web/MorphSelectOverrideDialog.qml b/src/Morph/Web/MorphSelectOverrideDialog.qml index 626006c4c..a45590f34 100644 --- a/src/Morph/Web/MorphSelectOverrideDialog.qml +++ b/src/Morph/Web/MorphSelectOverrideDialog.qml @@ -27,7 +27,7 @@ Popups.Dialog { objectName: "selectOverrideDialog" modal: true - __dimBackground: false //avoid default opaque background + //__dimBackground: false //avoid default opaque background grabDismissAreaEvents: false //allow this component to handle the click on the background property string options: ""