summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2025-04-28 13:39:08 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2025-04-28 13:39:22 +0200
commit1711c4a031df0deb54ab8cd49b716564a2c1543f (patch)
tree0ee3660b1df7a97c3318194dfe75f9a5b1805621
parent42c50ec46c431a71e01450d5bde89412a83f273e (diff)
downloadmana-1711c4a031df0deb54ab8cd49b716564a2c1543f.tar.gz
mana-1711c4a031df0deb54ab8cd49b716564a2c1543f.tar.bz2
mana-1711c4a031df0deb54ab8cd49b716564a2c1543f.tar.xz
mana-1711c4a031df0deb54ab8cd49b716564a2c1543f.zip
GUI: Removed fixed width for ItemAmountWindow
The window needs to be slightly larger on Jewelry theme. By not specifying a width, the layout will take care of this.
-rw-r--r--src/gui/itemamountwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemamountwindow.cpp b/src/gui/itemamountwindow.cpp
index c986a529..49cdafba 100644
--- a/src/gui/itemamountwindow.cpp
+++ b/src/gui/itemamountwindow.cpp
@@ -125,7 +125,7 @@ ItemAmountWindow::ItemAmountWindow(Usage usage, Window *parent, Item *item,
place(4, 2, cancelButton);
place(5, 2, okButton);
- reflowLayout(225, 0);
+ reflowLayout();
resetAmount();