diff options
author | cuoco <atunna2026@gmail.com> | 2022-08-05 10:09:57 +0000 |
---|---|---|
committer | cuoco <atunna2026@gmail.com> | 2022-08-05 10:09:57 +0000 |
commit | 6e494afc2f7e9449df8ea9b3cfc3b4881d7bab14 (patch) | |
tree | c07c8b76eab37e1cd9454abf61e3a2c7213e0405 /src/gui/windows/outfitwindow.h | |
parent | 354234cb43e269693f81bf4fe317f15e03f4707d (diff) | |
download | manaverse-6e494afc2f7e9449df8ea9b3cfc3b4881d7bab14.tar.gz manaverse-6e494afc2f7e9449df8ea9b3cfc3b4881d7bab14.tar.bz2 manaverse-6e494afc2f7e9449df8ea9b3cfc3b4881d7bab14.tar.xz manaverse-6e494afc2f7e9449df8ea9b3cfc3b4881d7bab14.zip |
Add more rows and cols to outfits window
Diffstat (limited to 'src/gui/windows/outfitwindow.h')
-rw-r--r-- | src/gui/windows/outfitwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/outfitwindow.h b/src/gui/windows/outfitwindow.h index 409b2e476..d2c6cc95e 100644 --- a/src/gui/windows/outfitwindow.h +++ b/src/gui/windows/outfitwindow.h @@ -30,7 +30,7 @@ #include "listeners/actionlistener.h" const unsigned int OUTFITS_COUNT = 100; -const unsigned int OUTFIT_ITEM_COUNT = 16; +const unsigned int OUTFIT_ITEM_COUNT = 30; class Button; class CheckBox; |