mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Fix broken sizes due to merged theme entry
Merge conflict went wrong, I think. Contributes to issue CURA-5876.
This commit is contained in:
parent
c8cb3a094a
commit
65d3aa4480
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ Column
|
||||||
{
|
{
|
||||||
id: previewStageShortcut
|
id: previewStageShortcut
|
||||||
|
|
||||||
height: UM.Theme.getSize("action_panel_button").height
|
height: UM.Theme.getSize("action_button").height
|
||||||
text: catalog.i18nc("@button", "Preview")
|
text: catalog.i18nc("@button", "Preview")
|
||||||
|
|
||||||
onClicked: UM.Controller.setActiveStage("PreviewStage")
|
onClicked: UM.Controller.setActiveStage("PreviewStage")
|
||||||
|
|
|
@ -101,7 +101,7 @@ Column
|
||||||
// Disable the slice process when
|
// Disable the slice process when
|
||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: UM.Theme.getSize("action_panel_button").height
|
height: UM.Theme.getSize("action_button").height
|
||||||
visible: !autoSlice
|
visible: !autoSlice
|
||||||
Cura.PrimaryButton
|
Cura.PrimaryButton
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue