linphone-desktop/Linphone/view/Control/Button/SmallButton.qml
Christophe Deschamps 666b94e277 Advanced settings
2024-10-08 14:31:48 +00:00

17 lines
432 B
QML

import QtQuick 2.7
import QtQuick.Controls.Basic 2.2 as Control
import QtQuick.Effects
import QtQuick.Layouts
import Linphone
Button {
id: mainItem
textSize: Typography.b2.pixelSize
textWeight: Typography.b2.weight
color: DefaultStyle.main1_100
textColor: DefaultStyle.main1_500_main
leftPadding: 12 * DefaultStyle.dp
rightPadding: 12 * DefaultStyle.dp
topPadding: 6 * DefaultStyle.dp
bottomPadding: 6 * DefaultStyle.dp
}