Skip to content

Commit

Permalink
Changed comment from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lcferrum committed Dec 6, 2013
1 parent 655ccaf commit 4024dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/DesktopHeader.qml
Expand Up @@ -30,7 +30,7 @@ Row {
Column {
id: idText
anchors.verticalCenter: parent.verticalCenter
width: parent.width-idIndicator.width-parent.spacing //False-positive binding loop
width: parent.width-idIndicator.width-parent.spacing //QML detects binding loop here

Label {
font: UiConstants.HeaderFont
Expand Down

0 comments on commit 4024dbf

Please sign in to comment.