From 75386c0b7e5b697519aff1f81b9e9aa0e63ed296 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 3 Apr 2019 17:08:07 +0200 Subject: [PATCH] Change the font of the customMachineSettings window CURA-6057 --- plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml | 2 +- resources/qml/WelcomePages/FirstStartMachineActionsContent.qml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml index d9c6bcf539..ccc0548059 100644 --- a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml +++ b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml @@ -22,7 +22,7 @@ Item property int labelWidth: 130 property int controlWidth: UM.Theme.getSize("setting_control").width * 3 / 4 - property var labelFont: UM.Theme.getFont("medium") + property var labelFont: UM.Theme.getFont("default") property int columnWidth: (parent.width - 2 * UM.Theme.getSize("default_margin").width) / 2 property int columnSpacing: 3 diff --git a/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml b/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml index 3acca4dea6..17fdb1e9fe 100644 --- a/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml +++ b/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml @@ -54,6 +54,7 @@ Item { top: titleLabel.bottom bottom: nextButton.top + bottomMargin: UM.Theme.getSize("default_margin").height left: parent.left right: parent.right }