From 922b17b2c3defa16eed501b7c6c86921ec46d6b9 Mon Sep 17 00:00:00 2001 From: coolo Date: Mon, 3 Dec 2007 18:20:54 +0000 Subject: [PATCH] fix layout git-svn-id: http://svn.opensuse.org/svn/yast/branches/tmp/coolo/qt4-port@42637 e0cc52ee-31ee-0310-8b87-e83c4596d67c --- src/YQWizard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/YQWizard.cc b/src/YQWizard.cc index f5d609f..ec69829 100644 --- a/src/YQWizard.cc +++ b/src/YQWizard.cc @@ -331,7 +331,7 @@ void YQWizard::updateSteps() step->setNameLabel( label ); _stepsGrid->addWidget( label, row, statusCol, - 1, nameCol - statusCol ); + 1, nameCol - statusCol + 1); } else // No heading - ordinary step { -- 2.39.2