Very minor layout changes.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5758 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
1b1de55a20
commit
bae43d78df
@ -113,7 +113,8 @@ Widget* AbstractTopLevelContainer::getWidget(const int id)
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
Widget* AbstractTopLevelContainer::getWidget(const char* name, ptr_vector<Widget>* within_vector)
|
||||
Widget* AbstractTopLevelContainer::getWidget(const char* name,
|
||||
ptr_vector<Widget>* within_vector)
|
||||
{
|
||||
const unsigned short widgets_amount = within_vector->size();
|
||||
|
||||
@ -135,7 +136,8 @@ Widget* AbstractTopLevelContainer::getWidget(const char* name, ptr_vector<Widget
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
Widget* AbstractTopLevelContainer::getWidget(const int id, ptr_vector<Widget>* within_vector)
|
||||
Widget* AbstractTopLevelContainer::getWidget(const int id,
|
||||
ptr_vector<Widget>* within_vector)
|
||||
{
|
||||
const unsigned short widgets_amount = within_vector->size();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user