summaryrefslogtreecommitdiff
path: root/src/gui/widgets/vertcontainer.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-07-25 22:27:32 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-08-05 17:16:58 +0200
commit542570896e1e0ce73ebfc442b48e741c2ea32377 (patch)
tree834b0f9c87d2aa73d22a004a103d8e615ee6d9ba /src/gui/widgets/vertcontainer.h
parent1fe16bdda5fa0d7112f4568e7bcd892d01c197b9 (diff)
downloadmana-client-542570896e1e0ce73ebfc442b48e741c2ea32377.tar.gz
mana-client-542570896e1e0ce73ebfc442b48e741c2ea32377.tar.bz2
mana-client-542570896e1e0ce73ebfc442b48e741c2ea32377.tar.xz
mana-client-542570896e1e0ce73ebfc442b48e741c2ea32377.zip
Removed all the hardcoded sizes of the various setup tabs
Instead, support for dynamically adjusting layout was added to the Container class. Various other places were also adapted to use the new layout support in Container. Reviewed-by: Erik Schilling
Diffstat (limited to 'src/gui/widgets/vertcontainer.h')
-rw-r--r--src/gui/widgets/vertcontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/vertcontainer.h b/src/gui/widgets/vertcontainer.h
index 10bc68c3..c2403afb 100644
--- a/src/gui/widgets/vertcontainer.h
+++ b/src/gui/widgets/vertcontainer.h
@@ -28,7 +28,7 @@
/**
* A widget container.
*
- * This container places it's contents veritcally.
+ * This container places its contents vertically.
*/
class VertContainer : public Container, public gcn::WidgetListener
{