linphone-desktop/ui/modules/Common/Form/Placements/FormEmptyLine.qml
2017-06-14 18:05:18 +02:00

10 lines
199 B
QML

import QtQuick 2.7
import Common.Styles 1.0
// =============================================================================
Item {
height: FormHGroupStyle.legend.height
width: parent.width
}