author | mickeyl <mickeyl> | 2005-03-20 18:04:02 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-03-20 18:04:02 (UTC) |
commit | d330608d5c2713f8bde051b91382d0e0e54317ba (patch) (unidiff) | |
tree | 6ee1b6db2ec51caf4e71cba477f5f14900bfbc22 | |
parent | 64104e14e4026658551e7283498eafbe3855e6d5 (diff) | |
download | opie-d330608d5c2713f8bde051b91382d0e0e54317ba.zip opie-d330608d5c2713f8bde051b91382d0e0e54317ba.tar.gz opie-d330608d5c2713f8bde051b91382d0e0e54317ba.tar.bz2 |
sysinfo: reduce margin on syslogtab
-rw-r--r-- | noncore/settings/sysinfo/sysloginfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/sysinfo/sysloginfo.cpp b/noncore/settings/sysinfo/sysloginfo.cpp index a9e98e3..21427f4 100644 --- a/noncore/settings/sysinfo/sysloginfo.cpp +++ b/noncore/settings/sysinfo/sysloginfo.cpp | |||
@@ -62,8 +62,8 @@ SyslogInfo::SyslogInfo( QWidget* parent, const char* name, WFlags fl ) | |||
62 | : QWidget( parent, name, fl ) | 62 | : QWidget( parent, name, fl ) |
63 | { | 63 | { |
64 | QGridLayout *layout = new QGridLayout( this ); | 64 | QGridLayout *layout = new QGridLayout( this ); |
65 | layout->setSpacing( 4 ); | 65 | layout->setSpacing( 2 ); |
66 | layout->setMargin( 4 ); | 66 | layout->setMargin( 0 ); |
67 | 67 | ||
68 | syslogview = new QTextView( this ); | 68 | syslogview = new QTextView( this ); |
69 | syslogview->setTextFormat( PlainText ); | 69 | syslogview->setTextFormat( PlainText ); |