From 9c70ce56936a74d7ef1140890d404a6b9e6935cc Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Fri, 24 Jan 2020 13:10:36 +0100 Subject: [PATCH] remove trailing comments --- meshroom/ui/qml/Viewer/Viewer2D.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/meshroom/ui/qml/Viewer/Viewer2D.qml b/meshroom/ui/qml/Viewer/Viewer2D.qml index bba94ca4..9cd4bdff 100644 --- a/meshroom/ui/qml/Viewer/Viewer2D.qml +++ b/meshroom/ui/qml/Viewer/Viewer2D.qml @@ -253,8 +253,6 @@ FocusScope { // set min size to 5 characters + one margin for the combobox Layout.minimumWidth: 6.0 * Qt.application.font.pixelSize Layout.preferredWidth: Layout.minimumWidth - // Layout.preferredWidth: 6.0 * Qt.application.font.pixelSize - // Layout.minimumWidth: 6.0 * Qt.application.font.pixelSize property var types: ["image", "depth", "sim"] property string type: types[currentIndex]