QTfrontend/pages.cpp
changeset 3284 7ffd0e20ad08
parent 3283 18ee933a5864
child 3287 4f7b57ed18b6
--- a/QTfrontend/pages.cpp	Sat Apr 03 08:47:06 2010 +0000
+++ b/QTfrontend/pages.cpp	Sat Apr 03 10:26:24 2010 +0000
@@ -374,7 +374,7 @@
     pageLayout->setColumnStretch(1, 100);
     pageLayout->setColumnStretch(2, 100);
     pageLayout->setRowStretch(0, 0);
-    pageLayout->setRowStretch(1, 100);
+    //pageLayout->setRowStretch(1, 100);
     pageLayout->setRowStretch(2, 0);
     pageLayout->setContentsMargins(7, 7, 7, 0);
     pageLayout->setSpacing(0);
@@ -433,9 +433,9 @@
 
             IconedGroupBox* groupWeapons = new IconedGroupBox(this);
             //groupWeapons->setContentTopPadding(0);
-            groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
+            //groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
             groupWeapons->setIcon(QIcon(":/res/weaponsicon.png"));
-            //groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
+            groupWeapons->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
             groupWeapons->setTitle(QGroupBox::tr("Weapons"));
             QGridLayout * WeaponsLayout = new QGridLayout(groupWeapons);
 
@@ -530,7 +530,7 @@
             AGGroupBox = new IconedGroupBox(this);
             //AGGroupBox->setContentTopPadding(0);
             AGGroupBox->setIcon(QIcon(":/res/graphicsicon.png"));
-            AGGroupBox->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
+            //AGGroupBox->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
             AGGroupBox->setTitle(QGroupBox::tr("Audio/Graphic options"));
 
             QVBoxLayout * GBAlayout = new QVBoxLayout(AGGroupBox);
@@ -555,7 +555,7 @@
             QFrame * hr = new QFrame(AGGroupBox);
             hr->setFrameStyle(QFrame::HLine);
             hr->setLineWidth(3);
-            hr->setFixedHeight(12);
+            hr->setFixedHeight(10);
             GBAlayout->addWidget(hr);
 
             QLabel * resolution = new QLabel(AGGroupBox);
@@ -577,7 +577,7 @@
             hr = new QFrame(AGGroupBox);
             hr->setFrameStyle(QFrame::HLine);
             hr->setLineWidth(3);
-            hr->setFixedHeight(12);
+            hr->setFixedHeight(10);
             GBAlayout->addWidget(hr);
 
             QHBoxLayout * GBAvollayout = new QHBoxLayout(0);
@@ -601,7 +601,7 @@
             hr = new QFrame(AGGroupBox);
             hr->setFrameStyle(QFrame::HLine);
             hr->setLineWidth(3);
-            hr->setFixedHeight(12);
+            hr->setFixedHeight(10);
             GBAlayout->addWidget(hr);
 
             QHBoxLayout * GBAfpslayout = new QHBoxLayout(0);
@@ -619,11 +619,12 @@
             hr = new QFrame(AGGroupBox);
             hr->setFrameStyle(QFrame::HLine);
             hr->setLineWidth(3);
-            hr->setFixedHeight(12);
+            hr->setFixedHeight(10);
             GBAlayout->addWidget(hr);
 
                 QLabel *restartNote = new QLabel(this);
             restartNote->setText(QString("* ") + QLabel::tr("Restart game to apply"));
+            restartNote->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
             GBAlayout->addWidget(restartNote);
 
             gbTBLayout->addWidget(AGGroupBox, 0, 1, 3, 1);