1
0
Fork 0
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:
ababi 2020-12-15 11:50:16 +01:00 committed by Albert Babí Oller
parent 96ee77b62f
commit eb7332e363
4 changed files with 5 additions and 4 deletions

View file

@ -41,6 +41,7 @@ ColumnLayout {
text: JamiStrings.chatview
font.pointSize: JamiTheme.headerFontSize
font.kerning: true
color: JamiTheme.textColor
horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter

View file

@ -64,6 +64,8 @@ ItemDelegate {
effect: ColorOverlay {
color: JamiTheme.textColor
}
mipmap: false
smooth: true
}
width: checkBoxWidth
height: checkBoxWidth

View file

@ -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

View file

@ -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 {