File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,14 @@ Dialog {
8989 icon .color : palette .text
9090 ToolTip .text : " Meshroom on Github"
9191 ToolTip .visible : hovered
92- onClicked: Qt .openUrlExternally (" https://github.com/alicevision/meshroom " )
92+ onClicked: Qt .openUrlExternally (" https://github.com/alicevision/Meshroom " )
9393 }
9494 MaterialToolButton {
9595 text: MaterialIcons .bug_report
9696 font .pointSize : 21
9797 ToolTip .text : " Report a Bug (GitHub account required)"
98- property string body: " **Configuration**\n " + config .text
99- onClicked: Qt .openUrlExternally (" https://github.com/alicevision/meshroom /issues/new?body=" + body)
98+ property string body: " **Configuration**\n\n " + config .text
99+ onClicked: Qt .openUrlExternally (" https://github.com/alicevision/Meshroom /issues/new?body=" + body)
100100 }
101101 MaterialToolButton {
102102 text: MaterialIcons .forum
You can’t perform that action at this time.
0 commit comments