Skip to content
Snippets Groups Projects
Commit 03efee4c authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

theme: update welcome page background

Change-Id: Ie534479b1af33b4a2d089425c26157a31dc8a5d8
parent 04e43b07
No related branches found
No related tags found
No related merge requests found
resources/images/BG-DarkMode-ID_Jami.png

514 KiB

resources/images/BG-LightMode-ID_Jami.png

622 KiB

resources/images/Background_Don_dark.jpg

779 KiB

resources/images/Background_Don_white.jpg

653 KiB

resources/images/welcome_bg_dark.jpg

370 KiB

resources/images/welcome_bg_light.jpg

407 KiB

...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
import QtQuick import QtQuick
import QtQuick.Controls import QtQuick.Controls
import QtQuick.Layouts import QtQuick.Layouts
import Qt5Compat.GraphicalEffects
import net.jami.Adapters 1.1 import net.jami.Adapters 1.1
import net.jami.Constants 1.1 import net.jami.Constants 1.1
import net.jami.Enums 1.1 import net.jami.Enums 1.1
... ...
......
...@@ -573,7 +573,7 @@ Item { ...@@ -573,7 +573,7 @@ Item {
property real welcomeGridWidth: 3 * JamiTheme.tipBoxWidth + 2 * JamiTheme.welcomePageSpacing property real welcomeGridWidth: 3 * JamiTheme.tipBoxWidth + 2 * JamiTheme.welcomePageSpacing
property real welcomeThirdGridWidth: (welcomeGridWidth - JamiTheme.welcomePageSpacing) / 3 property real welcomeThirdGridWidth: (welcomeGridWidth - JamiTheme.welcomePageSpacing) / 3
property real welcomeShortGridWidth: 2 * JamiTheme.tipBoxWidth + JamiTheme.welcomePageSpacing property real welcomeShortGridWidth: 2 * JamiTheme.tipBoxWidth + JamiTheme.welcomePageSpacing
readonly property string welcomeBg: darkTheme ? JamiResources.background_don_dark_jpg : JamiResources.background_don_white_jpg readonly property string welcomeBg: darkTheme ? JamiResources.welcome_bg_dark_jpg : JamiResources.welcome_bg_light_jpg
property color welcomeBlockColor: darkTheme ? "#4D000000" : "#4DFFFFFF" property color welcomeBlockColor: darkTheme ? "#4D000000" : "#4DFFFFFF"
// WizardView Advanced Account Settings // WizardView Advanced Account Settings
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment