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:
authorKonstantinos Karmas <konskarm@gmail.com>2021-07-06 14:59:05 +0300
committerKonstantinos Karmas <konskarm@gmail.com>2021-07-06 14:59:05 +0300
commitd4c254dcab3ebf9ff2fce29ea6ff29efa873cc3d (patch)
treeb4614d233a3de54b0834910a8c110a1b6f805413 /resources/qml/Cura.qml
parent38bec36f6bc58715e06ff769446dfc935d5cbd22 (diff)
Make the Link button in the Messages similar to the Cura Tertiary button
CURA-8012
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index db910d1798..191ae712d4 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -429,6 +429,14 @@ UM.MainWindow
height: UM.Theme.getSize("message_action_button").height
}
}
+ link: Component
+ {
+ Cura.TertiaryButton
+ {
+ text: model.name
+ height: UM.Theme.getSize("message_action_button").height
+ }
+ }
}
}