diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-26 22:19:09 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-26 22:19:09 -0700 |
commit | 9a1111ee3b13ab9cb4a20d0236022f3c744686c3 (patch) | |
tree | 70b9994732aec51e61c6f5fed9893f7b9e92467f /src/gui/itempopup.cpp | |
parent | ef4fc442bdbf575846936596eb642a2b52a8b237 (diff) | |
download | mana-9a1111ee3b13ab9cb4a20d0236022f3c744686c3.tar.gz mana-9a1111ee3b13ab9cb4a20d0236022f3c744686c3.tar.bz2 mana-9a1111ee3b13ab9cb4a20d0236022f3c744686c3.tar.xz mana-9a1111ee3b13ab9cb4a20d0236022f3c744686c3.zip |
Bolded item names in the item popup. TODO: Modify this later to also
color the item name based on general function, like speech bubbles do
for being names.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/itempopup.cpp')
-rw-r--r-- | src/gui/itempopup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/itempopup.cpp b/src/gui/itempopup.cpp index 42ef88ae..8235d640 100644 --- a/src/gui/itempopup.cpp +++ b/src/gui/itempopup.cpp @@ -50,6 +50,7 @@ ItemPopup::ItemPopup(): mItemName->setFont(gui->getFont()); mItemName->setPosition(2, 2); mItemName->setWidth(getWidth() - 4); + mItemName->setFont(boldFont); // Item Description mItemDesc = new TextBox(); |