From f55baadfeb6245899497cd472f65f23e905481b9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Dec 2017 06:12:48 +0300 Subject: Remove default parameters from containerplacer. --- src/gui/windows/outfitwindow.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/gui/windows/outfitwindow.cpp') diff --git a/src/gui/windows/outfitwindow.cpp b/src/gui/windows/outfitwindow.cpp index de6319b4c..60d00747e 100644 --- a/src/gui/windows/outfitwindow.cpp +++ b/src/gui/windows/outfitwindow.cpp @@ -112,13 +112,13 @@ OutfitWindow::OutfitWindow() : mAwayOutfitCheck->setActionEventId("away"); mAwayOutfitCheck->addActionListener(this); - place(1, 3, mEquipBottom, 2); - place(0, 4, mKeyLabel, 4); - place(0, 5, mPreviousButton, 1); - place(1, 5, mCurrentLabel, 2); - place(3, 5, mNextButton, 1); - place(0, 6, mUnequipCheck, 4); - place(0, 7, mAwayOutfitCheck, 4); + place(1, 3, mEquipBottom, 2, 1); + place(0, 4, mKeyLabel, 4, 1); + place(0, 5, mPreviousButton, 1, 1); + place(1, 5, mCurrentLabel, 2, 1); + place(3, 5, mNextButton, 1, 1); + place(0, 6, mUnequipCheck, 4, 1); + place(0, 7, mAwayOutfitCheck, 4, 1); Layout &layout = getLayout(); layout.setRowHeight(0, LayoutType::SET); -- cgit v1.2.3-60-g2f50