1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-09 05:30:52 +02:00

warnings--

This commit is contained in:
Michael Zanetti
2012-12-16 19:05:12 +01:00
parent d2191ae4ec
commit a92d7c0f9f
4 changed files with 19 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ import QtQuick 1.1
Rectangle {
id: root
height: buttonText.height * 1.4
width: childrenRect.width + (spacing * 2)
width: buttonText.width + (spacing * 2)
radius: defaultFontHeight * 0.25
border.width: defaultFontHeight * 0.05
border.color: "#a7a7a7"
@@ -23,7 +23,6 @@ Rectangle {
id: buttonText
anchors.centerIn: root
font.pointSize: defaultFontSize
text: root.text
color: mouseArea.pressed ? "white" : "black"
}