Browse Source

Remove comment

CURA-8421
Konstantinos Karmas 3 years ago
parent
commit
ee564782b5

+ 0 - 1
resources/qml/Account/AccountWidget.qml

@@ -54,7 +54,6 @@ Item
         id: accountWidget
 
         anchors.verticalCenter: parent.verticalCenter
-//        anchors.horizontalCenter: signInButton.horizontalCenter
 
         implicitHeight: Math.round(0.5 * UM.Theme.getSize("main_window_header").height)
         implicitWidth: Math.round(0.5 * UM.Theme.getSize("main_window_header").height)

+ 1 - 1
resources/qml/ApplicationSwitcher/ApplicationButton.qml

@@ -97,4 +97,4 @@ Button
             elide: Text.ElideRight
         }
     }
-}
+}