mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Vertically align author components with manage buttons
To comply with UX design cura 8587
This commit is contained in:
parent
8400459e21
commit
58ee0d19fd
1 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ Rectangle
|
|||
Label
|
||||
{
|
||||
id: authorBy
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
|
||||
text: catalog.i18nc("@label", "By")
|
||||
font: UM.Theme.getFont("default")
|
||||
|
@ -339,7 +339,7 @@ Rectangle
|
|||
{
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: authorBy.height
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
|
||||
text: packageData.authorName
|
||||
textFont: UM.Theme.getFont("default_bold")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue