Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
f7bc95d4
Commit
f7bc95d4
authored
2 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
logsview: fix ugly theme
Change-Id: Ic38b7c322f0ffe9690a11294683d2d605d7f128e GitLab:
#1153
parent
dc53aa88
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/settingsview/components/LogsView.qml
+89
-102
89 additions, 102 deletions
src/app/settingsview/components/LogsView.qml
with
89 additions
and
102 deletions
src/app/settingsview/components/LogsView.qml
+
89
−
102
View file @
f7bc95d4
...
@@ -85,28 +85,16 @@ Window {
...
@@ -85,28 +85,16 @@ Window {
}
}
hasOpened
=
true
;
hasOpened
=
true
;
}
}
color
:
JamiTheme
.
backgroundColor
ColumnLayout
{
ColumnLayout
{
anchors.fill
:
parent
anchors.fill
:
parent
spacing
:
0
spacing
:
0
Rectangle
{
id
:
buttonRectangleBackground
Layout.alignment
:
Qt
.
AlignHCenter
Layout.fillWidth
:
true
Layout.preferredHeight
:
JamiTheme
.
preferredFieldHeight
*
2
border.width
:
0
color
:
JamiTheme
.
backgroundColor
radius
:
JamiTheme
.
modalPopupRadius
RowLayout
{
RowLayout
{
id
:
buttons
id
:
buttons
anchors.centerIn
:
parent
ToggleSwitch
{
ToggleSwitch
{
id
:
startStopToggle
id
:
startStopToggle
...
@@ -216,7 +204,6 @@ Window {
...
@@ -216,7 +204,6 @@ Window {
onClicked
:
Qt
.
openUrlExternally
(
"
https://jami.net/bugs-and-improvements/
"
)
onClicked
:
Qt
.
openUrlExternally
(
"
https://jami.net/bugs-and-improvements/
"
)
}
}
}
}
}
JamiFlickable
{
JamiFlickable
{
id
:
scrollView
id
:
scrollView
...
@@ -235,7 +222,7 @@ Window {
...
@@ -235,7 +222,7 @@ Window {
font.hintingPreference
:
Font
.
PreferNoHinting
font.hintingPreference
:
Font
.
PreferNoHinting
readOnly
:
true
readOnly
:
true
color
:
JamiTheme
.
black
Color
color
:
JamiTheme
.
text
Color
wrapMode
:
TextArea
.
Wrap
wrapMode
:
TextArea
.
Wrap
selectByMouse
:
true
selectByMouse
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment