mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 22:28:08 +00:00
15 lines
273 B
QML
15 lines
273 B
QML
import QtQuick 2.7
|
|
import QtQuick.Layouts 1.3
|
|
|
|
import Common.Styles 1.0
|
|
|
|
// =============================================================================
|
|
|
|
ColumnLayout {
|
|
id: menu
|
|
|
|
spacing: ActionMenuStyle.spacing
|
|
|
|
property int entryHeight
|
|
property int entryWidth
|
|
}
|