Skip to content
Snippets Groups Projects
Commit f7bc95d4 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

logsview: fix ugly theme

Change-Id: Ic38b7c322f0ffe9690a11294683d2d605d7f128e
GitLab: #1153
parent dc53aa88
Branches
Tags
No related merge requests found
...@@ -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.blackColor color: JamiTheme.textColor
wrapMode: TextArea.Wrap wrapMode: TextArea.Wrap
selectByMouse: true selectByMouse: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment