mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
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…
Add table
Add a link
Reference in a new issue