diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-03-31 12:51:05 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-03-31 12:51:05 +0200 |
commit | 83339662e47270f2b38e7430775090f409348ae2 (patch) | |
tree | f94dc53b75f2e65650905cbdbc7f3280d9c6def9 /data | |
parent | 80f76c3aae438f7b9a7c1359c3f37aac460f934b (diff) | |
download | mana-83339662e47270f2b38e7430775090f409348ae2.tar.gz mana-83339662e47270f2b38e7430775090f409348ae2.tar.bz2 mana-83339662e47270f2b38e7430775090f409348ae2.tar.xz mana-83339662e47270f2b38e7430775090f409348ae2.zip |
GUI: De-hardcode the window title offsets
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/theme.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/gui/theme.xml b/data/graphics/gui/theme.xml index 6656f770..d5dbb792 100644 --- a/data/graphics/gui/theme.xml +++ b/data/graphics/gui/theme.xml @@ -49,7 +49,7 @@ <progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" /> <progressbar id="JOB" color="#e187cb" /> - <skin type="Window" frameSize="0" padding="3" titleBarHeight="20"> + <skin type="Window" frameSize="0" padding="3" titleBarHeight="20" titleOffsetX="7" titleOffsetY="5"> <state> <img src="window.png" left="4" right="4" top="4" bottom="4" fill="repeat" /> </state> |