summaryrefslogtreecommitdiff
path: root/src/gui/buy.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-22 00:44:09 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-22 00:44:09 +0000
commita64c5b01e683e76def759e6e871ceee330c9ae09 (patch)
treecc65bb71e89df3ce933aaa3ef52884e350f35efa /src/gui/buy.cpp
parent423bd85aa1ca8051129df388aa2211dfbbe8ec1e (diff)
downloadMana-a64c5b01e683e76def759e6e871ceee330c9ae09.tar.gz
Mana-a64c5b01e683e76def759e6e871ceee330c9ae09.tar.bz2
Mana-a64c5b01e683e76def759e6e871ceee330c9ae09.tar.xz
Mana-a64c5b01e683e76def759e6e871ceee330c9ae09.zip
Picking up now possible with Z, and fixed width of a few scroll area contents.
Diffstat (limited to 'src/gui/buy.cpp')
-rw-r--r--src/gui/buy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp
index 79f21227..d291650d 100644
--- a/src/gui/buy.cpp
+++ b/src/gui/buy.cpp
@@ -47,6 +47,7 @@ BuyDialog::BuyDialog():
itemDescLabel = new gcn::Label("Description:");
setContentSize(260, 198);
+ scrollArea->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER);
scrollArea->setDimension(gcn::Rectangle(5, 5, 250, 110));
itemList->setDimension(gcn::Rectangle(5, 5, 238, 110));
slider->setDimension(gcn::Rectangle(5, 120, 200, 10));