Browse Source

Align the text to the center of the button

Contributes to CURA-5942.
Diego Prado Gesto 6 years ago
parent
commit
e863c34f68
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/qml/MainWindow/MainWindowHeader.qml

+ 2 - 0
resources/qml/MainWindow/MainWindowHeader.qml

@@ -122,6 +122,8 @@ Rectangle
             text: marketplaceButton.text
             color: marketplaceButton.hovered ? UM.Theme.getColor("main_window_header_background") : UM.Theme.getColor("primary_text")
             width: contentWidth
+            verticalAlignment: Text.AlignVCenter
+            renderType: Text.NativeRendering
         }
 
         anchors