fixes + addressbook v1 + transfer v1

This commit is contained in:
marcin
2014-07-11 00:18:36 +02:00
parent 9256e5dfac
commit f4279a9800
15 changed files with 539 additions and 248 deletions

View File

@@ -40,7 +40,7 @@ Rectangle {
font.pixelSize: 11
font.bold: true
color: button.checked || buttonArea.containsMouse ? "#FFFFFF" : dot.color
visible: appWindow.ctrlPressed
visible: appWindow.altPressed
}
}