mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
misc: small ui fixes
- fix label override on wizardview - set theme dependent color for settings -> chatview label, back arrow - avoid using mipmap for media settings checkbox Gitlab: #192, #220, #221 Change-Id: Ie7ec6048eebde373dbf45cc1df91864ef9cbcee8
This commit is contained in:
parent
96ee77b62f
commit
eb7332e363
4 changed files with 5 additions and 4 deletions
|
@ -41,6 +41,7 @@ ColumnLayout {
|
|||
text: JamiStrings.chatview
|
||||
font.pointSize: JamiTheme.headerFontSize
|
||||
font.kerning: true
|
||||
color: JamiTheme.textColor
|
||||
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
|
|
@ -64,6 +64,8 @@ ItemDelegate {
|
|||
effect: ColorOverlay {
|
||||
color: JamiTheme.textColor
|
||||
}
|
||||
mipmap: false
|
||||
smooth: true
|
||||
}
|
||||
width: checkBoxWidth
|
||||
height: checkBoxWidth
|
||||
|
|
|
@ -42,7 +42,8 @@ RowLayout {
|
|||
radius: JamiTheme.preferredFieldHeight
|
||||
source: "qrc:/images/icons/ic_arrow_back_24px.svg"
|
||||
|
||||
normalColor: JamiTheme.primaryBackgroundColor
|
||||
normalColor: JamiTheme.backgroundColor
|
||||
imageColor: JamiTheme.textColor
|
||||
|
||||
toolTipText: JamiStrings.back
|
||||
hoverEnabled: true
|
||||
|
|
|
@ -319,9 +319,6 @@ Rectangle {
|
|||
color: JamiTheme.textColor
|
||||
wrapMode: Text.WordWrap
|
||||
font.pointSize: JamiTheme.textFontSize
|
||||
|
||||
onFontChanged: Layout.preferredHeight =
|
||||
JamiQmlUtils.getTextBoundingRect(font, text).height * 2
|
||||
}
|
||||
|
||||
MaterialButton {
|
||||
|
|
Loading…
Add table
Reference in a new issue