mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 08:49:19 +00:00
fix ui
This commit is contained in:
parent
fda2f0557b
commit
b2d75517e8
2 changed files with 3 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ Control.Button {
|
|||
property int textWeight: 600 * DefaultStyle.dp
|
||||
property int radius: 48 * DefaultStyle.dp
|
||||
property color textColor: DefaultStyle.grey_0
|
||||
property bool underline: mainItem.activeFocus || containsMouse
|
||||
property bool shadowEnabled: mainItem.activeFocus || containsMouse
|
||||
property bool underline: activeFocus || containsMouse
|
||||
property bool shadowEnabled: enabled && (activeFocus || containsMouse)
|
||||
property var contentImageColor
|
||||
property alias containsMouse: mouseArea.containsMouse
|
||||
hoverEnabled: true
|
||||
|
|
|
|||
|
|
@ -362,6 +362,7 @@ AbstractMainPage {
|
|||
anchors.fill: parent
|
||||
spacing: 0
|
||||
Section {
|
||||
Layout.topMargin: 58 * DefaultStyle.dp
|
||||
content: RowLayout {
|
||||
spacing: 10 * DefaultStyle.dp
|
||||
Button {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue