remove trailing comments

This commit is contained in:
Fabien Castan 2020-01-24 13:10:36 +01:00
parent 8fd7071787
commit 9c70ce5693

View file

@ -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]