linphone-desktop/linphone-app/ui/views/App/Styles/Main/Dialogs/ManageAccountsStyle.qml
2021-09-03 20:35:11 +02:00

14 lines
301 B
QML

pragma Singleton
import QtQml 2.2
// =============================================================================
QtObject {
property int height: 383
property int heightWithoutPresence: 314
property int width: 450
property QtObject accountSelector: QtObject {
property int height: 176
}
}