summaryrefslogtreecommitdiff
path: root/src/gui/widgets/shoplistbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-05 14:59:54 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-05 14:59:54 +0300
commitf23f96aaf3e4fbfa44645a69ca57748a5570f70c (patch)
treef9c2b8883ae182caeccd5b5c87ce45815218093d /src/gui/widgets/shoplistbox.h
parent90dd756673b47eed42e0941838033ba9fae59e1c (diff)
downloadplus-f23f96aaf3e4fbfa44645a69ca57748a5570f70c.tar.gz
plus-f23f96aaf3e4fbfa44645a69ca57748a5570f70c.tar.bz2
plus-f23f96aaf3e4fbfa44645a69ca57748a5570f70c.tar.xz
plus-f23f96aaf3e4fbfa44645a69ca57748a5570f70c.zip
Fix incorrect ShopListBox height.
Diffstat (limited to 'src/gui/widgets/shoplistbox.h')
-rw-r--r--src/gui/widgets/shoplistbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/shoplistbox.h b/src/gui/widgets/shoplistbox.h
index b5fc7c896..15aff3211 100644
--- a/src/gui/widgets/shoplistbox.h
+++ b/src/gui/widgets/shoplistbox.h
@@ -72,7 +72,7 @@ class ShopListBox final : public ListBox
/**
* Adjust List draw size
*/
- void adjustSize();
+ void adjustSize() override;
/**
* Set on/off the disabling of too expensive items.