mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
adjusted style of hover and button sizes (#10739)
adjusted style of hover and button sizes Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
51434eda1b
commit
2cdda695e9
2 changed files with 11 additions and 8 deletions
|
@ -94,18 +94,20 @@ Window
|
|||
id: pageSelectionTabBar
|
||||
anchors.right: managePackagesButton.left
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||
|
||||
height: UM.Theme.getSize("button_icon").height
|
||||
spacing: 0
|
||||
|
||||
PackageTypeTab
|
||||
{
|
||||
width: implicitWidth
|
||||
padding: UM.Theme.getSize("default_margin").width/2
|
||||
text: catalog.i18nc("@button", "Plugins")
|
||||
onClicked: content.source = "Plugins.qml"
|
||||
}
|
||||
PackageTypeTab
|
||||
{
|
||||
width: implicitWidth
|
||||
padding: Math.round(UM.Theme.getSize("default_margin").width / 2)
|
||||
text: catalog.i18nc("@button", "Materials")
|
||||
onClicked: content.source = "Materials.qml"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue