diff options
| author | 2008-04-30 14:38:45 +0000 | |
|---|---|---|
| committer | 2008-04-30 14:38:45 +0000 | |
| commit | cca78ea3634e85d934f606be3f9d6a60fd2a58f1 (patch) | |
| tree | e04e19bcf8056dbbf4540df62237b65875f41994 /src/modules/options/optw_proxy.cpp | |
| parent | KviTalGroupBox QT4 port (wip) (diff) | |
| download | KVIrc-cca78ea3634e85d934f606be3f9d6a60fd2a58f1.tar.gz KVIrc-cca78ea3634e85d934f606be3f9d6a60fd2a58f1.tar.bz2 KVIrc-cca78ea3634e85d934f606be3f9d6a60fd2a58f1.zip | |
KviTalGroupBox QT4 port (almost completed)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1630 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_proxy.cpp')
| -rw-r--r-- | src/modules/options/optw_proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_proxy.cpp b/src/modules/options/optw_proxy.cpp index 2ade6dfd9..67ad78039 100644 --- a/src/modules/options/optw_proxy.cpp +++ b/src/modules/options/optw_proxy.cpp @@ -98,7 +98,7 @@ KviProxyOptionsWidget::KviProxyOptionsWidget(QWidget * parent) vbox->setStretchFactor(lll,100); - KviTalGroupBox * gbox = addGroupBox(0,2,1,2,2,Qt::Horizontal,__tr2qs_ctx("Configuration","options"),this); + KviTalGroupBox * gbox = addGroupBox(0,2,1,2,Qt::Horizontal,__tr2qs_ctx("Configuration","options"),this); //QGridLayout * gl = new QGridLayout(gbox->layout()); //gl->setMargin(2); //gl->setSpacing(4); |
