Skip to content
Snippets Groups Projects
Commit eb7332e3 authored by Albert  Babí Oller's avatar Albert Babí Oller Committed by Albert Babí Oller
Browse files

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
parent 96ee77b6
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ ColumnLayout { ...@@ -41,6 +41,7 @@ ColumnLayout {
text: JamiStrings.chatview text: JamiStrings.chatview
font.pointSize: JamiTheme.headerFontSize font.pointSize: JamiTheme.headerFontSize
font.kerning: true font.kerning: true
color: JamiTheme.textColor
horizontalAlignment: Text.AlignLeft horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
......
...@@ -64,6 +64,8 @@ ItemDelegate { ...@@ -64,6 +64,8 @@ ItemDelegate {
effect: ColorOverlay { effect: ColorOverlay {
color: JamiTheme.textColor color: JamiTheme.textColor
} }
mipmap: false
smooth: true
} }
width: checkBoxWidth width: checkBoxWidth
height: checkBoxWidth height: checkBoxWidth
......
...@@ -42,7 +42,8 @@ RowLayout { ...@@ -42,7 +42,8 @@ RowLayout {
radius: JamiTheme.preferredFieldHeight radius: JamiTheme.preferredFieldHeight
source: "qrc:/images/icons/ic_arrow_back_24px.svg" source: "qrc:/images/icons/ic_arrow_back_24px.svg"
normalColor: JamiTheme.primaryBackgroundColor normalColor: JamiTheme.backgroundColor
imageColor: JamiTheme.textColor
toolTipText: JamiStrings.back toolTipText: JamiStrings.back
hoverEnabled: true hoverEnabled: true
......
...@@ -319,9 +319,6 @@ Rectangle { ...@@ -319,9 +319,6 @@ Rectangle {
color: JamiTheme.textColor color: JamiTheme.textColor
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
font.pointSize: JamiTheme.textFontSize font.pointSize: JamiTheme.textFontSize
onFontChanged: Layout.preferredHeight =
JamiQmlUtils.getTextBoundingRect(font, text).height * 2
} }
MaterialButton { MaterialButton {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment