linphone-desktop/linphone-app/ui/views/App/Styles/Main/Dialogs/ManageAccountsStyle.qml
2020-03-26 16:44:31 +01:00

14 lines
307 B
QML

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