mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:55:51 +08:00
Fix too large clickable area for author info in package card
CURA-8588
This commit is contained in:
parent
89c82964c3
commit
60e6d7bcae
@ -135,12 +135,13 @@ Item
|
||||
}
|
||||
|
||||
// clickable author name
|
||||
Cura.TertiaryButton
|
||||
Item
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: authorBy.height
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
|
||||
implicitHeight: authorBy.height
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Cura.TertiaryButton
|
||||
{
|
||||
text: packageData.authorName
|
||||
textFont: UM.Theme.getFont("default_bold")
|
||||
textColor: UM.Theme.getColor("text") // override normal link color
|
||||
@ -151,6 +152,7 @@ Item
|
||||
|
||||
onClicked: Qt.openUrlExternally(packageData.authorInfoUrl)
|
||||
}
|
||||
}
|
||||
|
||||
ManageButton
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user