mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
@@ -243,7 +243,7 @@ QVariant RemoteModel::data(const QModelIndex& index, int role) const
|
||||
unit = it.next();
|
||||
size /= 1024.0;
|
||||
}
|
||||
return QString().setNum(size, 'f', 2).remove(".00") + " " + unit;
|
||||
return QString().setNum(size, 'f', 2).remove(".00") + QString(" ") + unit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user