diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-04 17:00:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-04 17:30:17 +0300 |
commit | 7a7f5905cf19f6a773dcf9bab762b54c16e325f2 (patch) | |
tree | 4c891cfaa2eadeecd0685782d8cf561c2a79dbf8 /data/themes/wood/Makefile.am | |
parent | 0c7a1466e8c2c2dd6e15779368c87b62b2da601f (diff) | |
download | plus-7a7f5905cf19f6a773dcf9bab762b54c16e325f2.tar.gz plus-7a7f5905cf19f6a773dcf9bab762b54c16e325f2.tar.bz2 plus-7a7f5905cf19f6a773dcf9bab762b54c16e325f2.tar.xz plus-7a7f5905cf19f6a773dcf9bab762b54c16e325f2.zip |
Add support for padding in progress bars.
Also fixed progress bars size.
New progress bar attributes:
fillPadding - padding for will rectangle
padding - normal padding for bar
Diffstat (limited to 'data/themes/wood/Makefile.am')
-rw-r--r-- | data/themes/wood/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/wood/Makefile.am b/data/themes/wood/Makefile.am index b2ada3479..11af7c229 100644 --- a/data/themes/wood/Makefile.am +++ b/data/themes/wood/Makefile.am @@ -8,6 +8,7 @@ gui_DATA = \ item_shortcut_bgr.png \ mouse.png \ popup.xml \ + progressbar.xml \ quests.xml \ sell.xml \ server.xml \ |