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:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-03-06 18:59:51 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-03-06 18:59:51 +0300
commit987794c5158930e76a771dc4b2f4d5315d9f91e3 (patch)
treed0013b20fb477b8bd0b788a906f8eb1ff92466ee /resources/qml/SidebarHeader.qml
parent5280d21c264aefadbf191b3bcea8c2557c0eba8a (diff)
CURA-4870 Update the Sync Button accordingly to changes both in the
output device or in the current configuration, in order to check wether a configuration matches or not.
Diffstat (limited to 'resources/qml/SidebarHeader.qml')
-rw-r--r--resources/qml/SidebarHeader.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/qml/SidebarHeader.qml b/resources/qml/SidebarHeader.qml
index 449600bf61..7acc58c52a 100644
--- a/resources/qml/SidebarHeader.qml
+++ b/resources/qml/SidebarHeader.qml
@@ -63,8 +63,7 @@ Column
ToolButton
{
- id: configurationSelection
-
+ id: printerTypeSelection
text: catalog.i18nc("@label", "Printer type");
height: UM.Theme.getSize("setting_control").height
width: Math.round(parent.width * 0.7) + UM.Theme.getSize("sidebar_margin").width