summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/storagewindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/storagewindow.cpp b/src/gui/storagewindow.cpp
index 535d68b7..6502399a 100644
--- a/src/gui/storagewindow.cpp
+++ b/src/gui/storagewindow.cpp
@@ -87,9 +87,9 @@ StorageWindow::StorageWindow(int invSize):
place(0, 0, mSlotsLabel).setPadding(3);
place(1, 0, mSlotsBar, 3);
place(0, 1, invenScroll, 4, 4);
- place(0, 5, mCloseButton);
- place(2, 5, mStoreButton);
- place(3, 5, mRetrieveButton);
+ place(0, 5, mStoreButton);
+ place(1, 5, mRetrieveButton);
+ place(3, 5, mCloseButton);
Layout &layout = getLayout();
layout.setRowHeight(0, mStoreButton->getHeight());