Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Kaidan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
46
Issues
46
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Network
Kaidan
Commits
4b81957b
Verified
Commit
4b81957b
authored
Dec 17, 2019
by
Melvin Keskin
Committed by
Linus Jahn
Dec 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make shadow color of message sending area darker than its background color
Signed-off-by:
Linus Jahn
<
lnj@kaidan.im
>
parent
b243744a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
src/qml/ChatPage.qml
src/qml/ChatPage.qml
+10
-7
No files found.
src/qml/ChatPage.qml
View file @
4b81957b
...
...
@@ -456,22 +456,25 @@ ChatPageBase {
}
}
//
Message Writing
//
area for writing and sending a message
footer
:
Controls.Pane
{
id
:
sendingArea
padding
:
0
wheelEnabled
:
true
background
:
Rectangle
{
id
:
sendingAreaBackground
color
:
Kirigami
.
Theme
.
backgroundColor
}
layer.enabled
:
sendingArea
.
enabled
layer.effect
:
DropShadow
{
verticalOffset
:
1
color
:
Kirigami
.
Theme
.
disabledTextColor
color
:
Qt
.
darker
(
sendingAreaBackground
.
color
,
1.2
)
samples
:
20
spread
:
0.3
cached
:
true
// element is static
}
padding
:
0
wheelEnabled
:
true
background
:
Rectangle
{
color
:
Kirigami
.
Theme
.
backgroundColor
}
RowLayout
{
anchors.fill
:
parent
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment