mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-22 06:02:03 +02:00
chatview timestamp: update colors
+ update scroll to bottom button radius GitLab: #1244 Change-Id: I76ef89123a9a1dfc521aff2983bd46288abab698
This commit is contained in:
parent
f0eb826b64
commit
d2eed3af64
3 changed files with 4 additions and 4 deletions
|
@ -97,7 +97,7 @@ ColumnLayout {
|
|||
Layout.topMargin: 30
|
||||
Layout.bottomMargin: 30
|
||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
|
||||
color: JamiTheme.timestampColor
|
||||
color: JamiTheme.chatviewSecondaryInformationColor
|
||||
visible: showTime || showDay
|
||||
Layout.preferredHeight: visible * implicitHeight
|
||||
font.pointSize: JamiTheme.smallFontSize
|
||||
|
|
|
@ -209,7 +209,7 @@ Item {
|
|||
property color chatviewLinkColorDark: "#353637"
|
||||
property real chatviewFontSize: calcSize(15)
|
||||
property real chatviewEmojiSize: calcSize(60)
|
||||
property color timestampColor: darkTheme ? "#bbb" : "#777"
|
||||
property color timestampColor: darkTheme ? "#515151" : "#E5E5E5"
|
||||
property color messageReplyColor: darkTheme ? "#bbb" : "#A7A7A7"
|
||||
property color messageOutTxtColor: "#000000"
|
||||
property color messageInBgColor: darkTheme ? "#303030" : "#dbdbdb"
|
||||
|
|
|
@ -101,7 +101,7 @@ Control {
|
|||
}
|
||||
|
||||
background: Rectangle {
|
||||
radius: 20
|
||||
radius: 5
|
||||
color: CurrentConversation.color
|
||||
|
||||
MouseArea {
|
||||
|
@ -117,7 +117,7 @@ Control {
|
|||
z: -1
|
||||
horizontalOffset: 3.0
|
||||
verticalOffset: 3.0
|
||||
radius: 8.0
|
||||
radius: 5.0
|
||||
color: JamiTheme.shadowColor
|
||||
transparentBorder: true
|
||||
samples: radius + 1
|
||||
|
|
Loading…
Add table
Reference in a new issue