diff --git a/main.qml b/main.qml index 2a5a3c0..3b27b4a 100644 --- a/main.qml +++ b/main.qml @@ -648,7 +648,7 @@ ApplicationWindow { verticalAlignment: Text.AlignVCenter font.family: roboto.name text: { - var txt = "
"+description+" - "+Math.floor(size/1000000000)+" GB"+"
" + var txt = ""+description+" - "+(size/1000000000).toFixed(1)+" GB"+"
" if (mountpoints.length > 0) { txt += ""+qsTr("Mounted as %1").arg(mountpoints.join(", "))+"" }