Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2017-09-25 23:07:12 +0300
committerfieldOfView <aldo@fieldofview.com>2017-09-25 23:07:12 +0300
commitc5fd0e6c8011db72b0c86fc08dcc564d53ba1f3a (patch)
tree0549d05e82465988fede77c7c279abf3c7754620 /resources/qml/Toolbar.qml
parent5e0052dcb6e7f7d5d0c66bf5ea51151b425ed8f0 (diff)
Use screenScaleFactor to consistently adapt sizes to display pixel ratio
Diffstat (limited to 'resources/qml/Toolbar.qml')
-rw-r--r--resources/qml/Toolbar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml
index dd57fcc78b..12a3c8ee9b 100644
--- a/resources/qml/Toolbar.qml
+++ b/resources/qml/Toolbar.qml
@@ -67,7 +67,7 @@ Item
}
}
- Item { height: UM.Theme.getSize("default_margin").height; width: 1; visible: extruders.count > 0 }
+ Item { height: UM.Theme.getSize("default_margin").height; width: UM.Theme.getSize("default_lining"); visible: extruders.count > 0 }
Repeater
{