mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Merge pull request #3982 from fieldOfView/fix_dark_theme_artefact
Fix a bright line/gap between the viewport and sidebar due to rounding
This commit is contained in:
commit
1f51d83fa7
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ UM.MainWindow
|
|||
viewportRect: Qt.rect(0, 0, (base.width - sidebar.width) / base.width, 1.0)
|
||||
property bool showPrintMonitor: false
|
||||
|
||||
backgroundColor: UM.Theme.getColor("viewport_background")
|
||||
|
||||
// This connection is here to support legacy printer output devices that use the showPrintMonitor signal on Application to switch to the monitor stage
|
||||
// It should be phased out in newer plugin versions.
|
||||
Connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue