forked from qt-creator/qt-creator
QmlDesigner: Align UX of ComboBox with FilterCB
* Change trigger signal for CheckIndicator * Change edit state color for ComboBox Change-Id: I7fa16ccc5cf33161ae3287cd64f481a675403670 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
839502650c
commit
d027c5855b
@@ -50,7 +50,7 @@ Rectangle {
|
||||
id: checkIndicatorMouseArea
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
onPressed: {
|
||||
onClicked: {
|
||||
if (myPopup.opened) {
|
||||
myPopup.close()
|
||||
} else {
|
||||
|
@@ -276,7 +276,7 @@ T.ComboBox {
|
||||
PropertyChanges {
|
||||
target: comboBoxBackground
|
||||
color: StudioTheme.Values.themeControlBackgroundInteraction
|
||||
border.color: StudioTheme.Values.themeControlOutline
|
||||
border.color: StudioTheme.Values.themeControlOutlineInteraction
|
||||
}
|
||||
StateChangeScript {
|
||||
script: comboBoxPopup.close()
|
||||
|
Reference in New Issue
Block a user