1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 23:45:00 -04:00

Massive UI revamping (v7): make correction to sub windows sizes and placement at the top when loading a configuration

This commit is contained in:
f4exb
2022-04-26 19:44:18 +02:00
parent 9be0776d32
commit 69a66adf88
5 changed files with 31 additions and 9 deletions
-5
View File
@@ -107,11 +107,6 @@ bool Configuration::deserialize(const QByteArray& data)
}
}
int Configuration::getNumberOfWorkspaces() const
{
return m_workspaceGeometries.size();
}
void Configuration::clearData()
{
m_deviceSetPresets.clear();