mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 17:23:16 +08:00
Use fixed width font and no wrapping in start/end gcode editor
This commit is contained in:
parent
497b6f99a4
commit
edf4589150
@ -311,6 +311,8 @@ Cura.MachineAction
|
|||||||
id: machineStartGcodeField
|
id: machineStartGcodeField
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height - y
|
height: parent.height - y
|
||||||
|
font: UM.Theme.getFont("fixed")
|
||||||
|
wrapMode: TextEdit.NoWrap
|
||||||
text: machineStartGcodeProvider.properties.value
|
text: machineStartGcodeProvider.properties.value
|
||||||
onActiveFocusChanged:
|
onActiveFocusChanged:
|
||||||
{
|
{
|
||||||
@ -333,6 +335,8 @@ Cura.MachineAction
|
|||||||
id: machineEndGcodeField
|
id: machineEndGcodeField
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height - y
|
height: parent.height - y
|
||||||
|
font: UM.Theme.getFont("fixed")
|
||||||
|
wrapMode: TextEdit.NoWrap
|
||||||
text: machineEndGcodeProvider.properties.value
|
text: machineEndGcodeProvider.properties.value
|
||||||
onActiveFocusChanged:
|
onActiveFocusChanged:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user