|
@@ -89,7 +89,7 @@ Window
|
|
|
RowLayout
|
|
|
{
|
|
|
width: parent.width
|
|
|
- height: UM.Theme.getSize("button_icon").height + UM.Theme.getSize("default_margin").height
|
|
|
+ height: UM.Theme.getSize("button_icon").height
|
|
|
spacing: UM.Theme.getSize("thin_margin").width
|
|
|
|
|
|
Rectangle
|
|
@@ -162,6 +162,17 @@ Window
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ Cura.TertiaryButton
|
|
|
+ {
|
|
|
+ text: catalog.i18nc("@info", "Search in the browser")
|
|
|
+ iconSource: UM.Theme.getIcon("LinkExternal")
|
|
|
+
|
|
|
+ isIconOnRightSide: true
|
|
|
+ font: UM.Theme.getFont("default")
|
|
|
+
|
|
|
+ onClicked: content.item && Qt.openUrlExternally(content.item.searchInBrowserUrl)
|
|
|
+ }
|
|
|
+
|
|
|
// Page contents.
|
|
|
Rectangle
|
|
|
{
|