From 52d943aed99b393137d24ee54e10441a4ed6b81a Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 9 Apr 2015 10:49:52 +0200 Subject: [PATCH] small changes --- mix/InverseMouseArea.cpp | 2 +- mix/InverseMouseArea.h | 2 +- mix/qml/StatesComboBox.qml | 9 +-------- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/mix/InverseMouseArea.cpp b/mix/InverseMouseArea.cpp index aa26b4ae5..b696592b5 100644 --- a/mix/InverseMouseArea.cpp +++ b/mix/InverseMouseArea.cpp @@ -16,7 +16,7 @@ */ /** @file InverseMouseArea.cpp * @author Yann yann@ethdev.com - * @date 2014 + * @date 2015 * Ethereum IDE client. */ diff --git a/mix/InverseMouseArea.h b/mix/InverseMouseArea.h index 42f930ba6..52943bfad 100644 --- a/mix/InverseMouseArea.h +++ b/mix/InverseMouseArea.h @@ -16,7 +16,7 @@ */ /** @file InverseMouseArea.h * @author Yann yann@ethdev.com - * @date 2014 + * @date 2015 * Ethereum IDE client. */ diff --git a/mix/qml/StatesComboBox.qml b/mix/qml/StatesComboBox.qml index c3868e3ee..62758cbe4 100644 --- a/mix/qml/StatesComboBox.qml +++ b/mix/qml/StatesComboBox.qml @@ -31,8 +31,6 @@ Rectangle { width: 200 height: 23 - border.width: 2 - border.color: "red" Component.onCompleted: { var top = dropDownList while (top.parent) { @@ -85,7 +83,6 @@ Rectangle { id: boldFont } smooth: true - Rectangle { id: chosenItem width: parent.width @@ -105,11 +102,8 @@ Rectangle { anchors.fill: parent onClicked: { if (outsideClick.trigerred) - { outsideClick.trigerred = false; - return; - } - if (statesCombo.state === "") + else if (statesCombo.state === "") statesCombo.state = "dropDown"; } } @@ -151,7 +145,6 @@ Rectangle { ColumnLayout { spacing: 2 - TableView { id: listView height: 20