mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Use fixed width font and no wrapping in start/end gcode editor
This commit is contained in:
parent
497b6f99a4
commit
edf4589150
1 changed files with 4 additions and 0 deletions
|
@ -311,6 +311,8 @@ Cura.MachineAction
|
|||
id: machineStartGcodeField
|
||||
width: parent.width
|
||||
height: parent.height - y
|
||||
font: UM.Theme.getFont("fixed")
|
||||
wrapMode: TextEdit.NoWrap
|
||||
text: machineStartGcodeProvider.properties.value
|
||||
onActiveFocusChanged:
|
||||
{
|
||||
|
@ -333,6 +335,8 @@ Cura.MachineAction
|
|||
id: machineEndGcodeField
|
||||
width: parent.width
|
||||
height: parent.height - y
|
||||
font: UM.Theme.getFont("fixed")
|
||||
wrapMode: TextEdit.NoWrap
|
||||
text: machineEndGcodeProvider.properties.value
|
||||
onActiveFocusChanged:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue