From 06330eede01fa5082ec382045b63454b2262bba6 Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 14 Oct 2002 23:53:11 +0000 Subject: push the gui a bit up --- (limited to 'noncore/apps/opie-console') diff --git a/noncore/apps/opie-console/iolayerbase.cpp b/noncore/apps/opie-console/iolayerbase.cpp index 08acb75..49ed284 100644 --- a/noncore/apps/opie-console/iolayerbase.cpp +++ b/noncore/apps/opie-console/iolayerbase.cpp @@ -66,6 +66,7 @@ IOLayerBase::IOLayerBase( QWidget* par, const char* name ) m_hboxPar->add(m_parityNone ); m_lroot->add(m_groupParity ); m_lroot->setStretchFactor(m_groupParity, 2 ); + m_lroot->addStretch(2); // profiles m_speedBox->insertItem(tr("115200 baud"), id_baud_115200 ); @@ -73,6 +74,7 @@ IOLayerBase::IOLayerBase( QWidget* par, const char* name ) m_speedBox->insertItem(tr("38400 baud"), id_baud_38400 ); m_speedBox->insertItem(tr("19200 baud"), id_baud_19200 ); m_speedBox->insertItem(tr("9600 baud"), id_baud_9600 ); + }; IOLayerBase::~IOLayerBase() { -- cgit v0.9.0.2