diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-10-04 12:54:38 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-10-04 12:54:38 +0000 |
commit | 342c0fae5ec4fd4f653618008ef90eec14200d00 (patch) | |
tree | 13146318d951e161fe9f3426a55536248ef5b1d6 /src/gui/equipmentwindow.cpp | |
parent | 87a5d0f5076cd00f6f9f2e9479c760489f54d5a1 (diff) | |
download | mana-342c0fae5ec4fd4f653618008ef90eec14200d00.tar.gz mana-342c0fae5ec4fd4f653618008ef90eec14200d00.tar.bz2 mana-342c0fae5ec4fd4f653618008ef90eec14200d00.tar.xz mana-342c0fae5ec4fd4f653618008ef90eec14200d00.zip |
Move to top the requested windows. Also corrected the default win pos for inventory and equipment.
Diffstat (limited to 'src/gui/equipmentwindow.cpp')
-rw-r--r-- | src/gui/equipmentwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/equipmentwindow.cpp b/src/gui/equipmentwindow.cpp index 1aa5a05f..ba29a1e5 100644 --- a/src/gui/equipmentwindow.cpp +++ b/src/gui/equipmentwindow.cpp @@ -40,7 +40,7 @@ EquipmentWindow::EquipmentWindow(): Window("Equipment") { setWindowName("Equipment"); - setDefaultSize(5, 160, 200, 90); + setDefaultSize(5, 230, 200, 90); loadWindowState(); |