summaryrefslogtreecommitdiff
path: root/src/gui/sell.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-03-19 20:39:12 -0600
committerIra Rice <irarice@gmail.com>2009-03-19 20:39:12 -0600
commit0b076a2dd247cd128599bf24eeba31f372f89585 (patch)
treeaab9ce14737a9862eb8696d3831dbebc34b52cbb /src/gui/sell.cpp
parentabffda81e5bab1fbf4870238e803bb5bae9d0df0 (diff)
downloadmana-client-0b076a2dd247cd128599bf24eeba31f372f89585.tar.gz
mana-client-0b076a2dd247cd128599bf24eeba31f372f89585.tar.bz2
mana-client-0b076a2dd247cd128599bf24eeba31f372f89585.tar.xz
mana-client-0b076a2dd247cd128599bf24eeba31f372f89585.zip
Made the plus and minus buttons in the last commit look more
aesthetically pleasing. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/sell.cpp')
-rw-r--r--src/gui/sell.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp
index 47e44ffe..4b58d075 100644
--- a/src/gui/sell.cpp
+++ b/src/gui/sell.cpp
@@ -73,8 +73,8 @@ SellDialog::SellDialog(Network *network):
mItemDescLabel = new Label(strprintf(_("Description: %s"), ""));
mItemEffectLabel = new Label(strprintf(_("Effect: %s"), ""));
- mIncreaseButton->setSize(gui->getFontHeight(), gui->getFontHeight());
- mDecreaseButton->setSize(gui->getFontHeight(), gui->getFontHeight());
+ mDecreaseButton->adjustSize();
+ mDecreaseButton->setWidth(mIncreaseButton->getWidth());
mIncreaseButton->setEnabled(false);
mDecreaseButton->setEnabled(false);