Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-desktop
Commits
7466db0d
Commit
7466db0d
authored
Sep 26, 2016
by
Ronan
Browse files
fix(ForceScrollBar): use transparent color in background
parent
673a118d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
tests/ui/Linphone/Constants.qml
tests/ui/Linphone/Constants.qml
+2
-1
tests/ui/Linphone/Styles/PopupStyle.qml
tests/ui/Linphone/Styles/PopupStyle.qml
+1
-1
tests/ui/Linphone/Styles/ScrollBarStyle.qml
tests/ui/Linphone/Styles/ScrollBarStyle.qml
+1
-1
tests/ui/Linphone/Styles/SearchBoxStyle.qml
tests/ui/Linphone/Styles/SearchBoxStyle.qml
+1
-1
tests/ui/Views/MainWindow/MainWindow.qml
tests/ui/Views/MainWindow/MainWindow.qml
+1
-1
No files found.
tests/ui/Linphone/Constants.qml
View file @
7466db0d
...
...
@@ -7,10 +7,11 @@ QtObject {
// TODO: Mutualize similar colors.
property
QtObject
colors
:
QtObject
{
property
string
a
:
'
#808080
'
property
string
a
:
'
transparent
'
property
string
b
:
'
#5E5E5F
'
property
string
c
:
'
#C5C5C5
'
property
string
d
:
'
#5A585B
'
property
string
e
:
'
#DEDEDE
'
property
string
f
:
'
#808080
'
}
}
tests/ui/Linphone/Styles/PopupStyle.qml
View file @
7466db0d
...
...
@@ -9,6 +9,6 @@ QtObject {
property
int
horizontalOffset
:
0
property
int
samples
:
15
property
int
verticalOffset
:
2
property
string
color
:
Constants
.
colors
.
a
property
string
color
:
Constants
.
colors
.
f
}
}
tests/ui/Linphone/Styles/ScrollBarStyle.qml
View file @
7466db0d
...
...
@@ -8,7 +8,7 @@ QtObject {
property
string
pressedColor
:
Constants
.
colors
.
b
property
Rectangle
background
:
Rectangle
{
color
:
Constants
.
colors
.
d
color
:
Constants
.
colors
.
a
}
property
Rectangle
contentItem
:
Rectangle
{
...
...
tests/ui/Linphone/Styles/SearchBoxStyle.qml
View file @
7466db0d
...
...
@@ -4,7 +4,7 @@ import QtQuick 2.7
import
Linphone
1.0
QtObject
{
property
string
shadowColor
:
Constants
.
colors
.
a
property
string
shadowColor
:
Constants
.
colors
.
f
property
Rectangle
searchFieldBackground
:
Rectangle
{
implicitHeight
:
30
...
...
tests/ui/Views/MainWindow/MainWindow.qml
View file @
7466db0d
...
...
@@ -167,7 +167,7 @@ ApplicationWindow {
Loader
{
Layout.fillHeight
:
true
Layout.fillWidth
:
true
source
:
'
qrc:/ui/Views/MainWindow/
Home
.qml
'
source
:
'
qrc:/ui/Views/MainWindow/
Conversation
.qml
'
}
}
...
...
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