diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-05-01 08:08:15 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-08-12 12:26:44 +0200 |
commit | 6773f3a2cdd5db4ee161b7eb9d2fd9bba4b73783 (patch) | |
tree | aeaab1e3d1ead74e0187cfcb3537ed7c3b781d36 /data | |
parent | a67947441fa5f486ad5a460133f2b43808d09423 (diff) | |
download | mana-master.tar.gz mana-master.tar.bz2 mana-master.tar.xz mana-master.zip |
Replaces the default login wallpaper. The wallpaper can still be set
either through branding or in the client data.
This also fixes the scaling of the Manasource logo when using the Mana
theme.
Closes #99
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/jewelry/theme.xml | 6 | ||||
-rw-r--r-- | data/graphics/gui/login_wallpaper.png (renamed from data/graphics/images/login_wallpaper.png) | bin | 10948 -> 10948 bytes | |||
-rw-r--r-- | data/graphics/gui/theme.xml | 6 |
3 files changed, 12 insertions, 0 deletions
diff --git a/data/graphics/gui/jewelry/theme.xml b/data/graphics/gui/jewelry/theme.xml index 2b4911de..d95d07d5 100644 --- a/data/graphics/gui/jewelry/theme.xml +++ b/data/graphics/gui/jewelry/theme.xml @@ -281,6 +281,12 @@ </state> </skin> + <skin type="Desktop"> + <state> + <rect color="#5a5044" /> + </state> + </skin> + <skin type="Button" padding="7"> <state disabled="true"> <text color="#aaaaaa" outlineColor="#000000"/> diff --git a/data/graphics/images/login_wallpaper.png b/data/graphics/gui/login_wallpaper.png Binary files differindex 109acccd..109acccd 100644 --- a/data/graphics/images/login_wallpaper.png +++ b/data/graphics/gui/login_wallpaper.png diff --git a/data/graphics/gui/theme.xml b/data/graphics/gui/theme.xml index fc1de9e3..5a0408f7 100644 --- a/data/graphics/gui/theme.xml +++ b/data/graphics/gui/theme.xml @@ -91,6 +91,12 @@ </state> </skin> + <skin type="Desktop"> + <state> + <img src="login_wallpaper.png" left="258" right="34" top="143" bottom="22" /> + </state> + </skin> + <skin type="Button" padding="4"> <state disabled="true"> <text color="#333333" /> |