mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Reduce size of web marketplace link button
Contributes to issue CURA-7071.
This commit is contained in:
parent
812017c814
commit
1d110c2c33
1 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ Item
|
|||
UM.TooltipArea
|
||||
{
|
||||
width: childrenRect.width;
|
||||
height: childrenRect.height;
|
||||
height: parent.height
|
||||
text: catalog.i18nc("@info:tooltip", "Go to Web Marketplace")
|
||||
anchors
|
||||
{
|
||||
|
@ -93,11 +93,11 @@ Item
|
|||
{
|
||||
id: cloudMarketplaceButton
|
||||
source: "../../images/shop.svg"
|
||||
height: 45
|
||||
height: parent.height / 2
|
||||
width: height
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
//width: UM.Theme.getSize("toolbox_header_tab").width
|
||||
fillMode: Image.PreserveAspectFit
|
||||
MouseArea
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue