Index: sources/gui/qml/main.qml =================================================================== diff -u -rb6f86ce89361e33d989f6a9d01eb94c344a6384f -r5687815256ae070a9a207107088e3f72dd464da0 --- sources/gui/qml/main.qml (.../main.qml) (revision b6f86ce89361e33d989f6a9d01eb94c344a6384f) +++ sources/gui/qml/main.qml (.../main.qml) (revision 5687815256ae070a9a207107088e3f72dd464da0) @@ -7,7 +7,7 @@ * * \file main.qml * \author (last) Behrouz NematiPour - * \date (last) 11-Sep-2023 + * \date (last) 10-Jul-2024 * \author (original) Behrouz NematiPour * \date (original) 24-Sep-2019 * @@ -296,7 +296,7 @@ verticalAlignment : Text.AlignBottom height : 15 - text : Qt.application.version + text : Qt.application.version //DEBUG: + "[" + _GuiView.platform + "]" font.pixelSize: 14 }