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/graphics/gui/theme.xml | |
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/graphics/gui/theme.xml')
-rw-r--r-- | data/graphics/gui/theme.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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" /> |