mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 09:05:58 +08:00
Reduce size of web marketplace link button
Contributes to issue CURA-7071.
This commit is contained in:
parent
812017c814
commit
1d110c2c33
@ -81,7 +81,7 @@ Item
|
|||||||
UM.TooltipArea
|
UM.TooltipArea
|
||||||
{
|
{
|
||||||
width: childrenRect.width;
|
width: childrenRect.width;
|
||||||
height: childrenRect.height;
|
height: parent.height
|
||||||
text: catalog.i18nc("@info:tooltip", "Go to Web Marketplace")
|
text: catalog.i18nc("@info:tooltip", "Go to Web Marketplace")
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
@ -93,11 +93,11 @@ Item
|
|||||||
{
|
{
|
||||||
id: cloudMarketplaceButton
|
id: cloudMarketplaceButton
|
||||||
source: "../../images/shop.svg"
|
source: "../../images/shop.svg"
|
||||||
height: 45
|
height: parent.height / 2
|
||||||
width: height
|
width: height
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
sourceSize.width: width
|
sourceSize.width: width
|
||||||
sourceSize.height: height
|
sourceSize.height: height
|
||||||
//width: UM.Theme.getSize("toolbox_header_tab").width
|
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
MouseArea
|
MouseArea
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user