summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/installdlgimpl.cpp
authorandyq <andyq>2002-10-10 11:53:44 (UTC)
committer andyq <andyq>2002-10-10 11:53:44 (UTC)
commit4ecb48197df25b84ce0d1e6ec95e78c2fa6d0699 (patch) (side-by-side diff)
treee32369cb3acfb3e79f60d4c9f94adeaaaa3a4123 /noncore/settings/aqpkg/installdlgimpl.cpp
parentcb2b407e2f58a73447d706de7c374bf275a96992 (diff)
downloadopie-4ecb48197df25b84ce0d1e6ec95e78c2fa6d0699.zip
opie-4ecb48197df25b84ce0d1e6ec95e78c2fa6d0699.tar.gz
opie-4ecb48197df25b84ce0d1e6ec95e78c2fa6d0699.tar.bz2
Made output text box text slightly smalled so more output can be displayed
Diffstat (limited to 'noncore/settings/aqpkg/installdlgimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/installdlgimpl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/installdlgimpl.cpp b/noncore/settings/aqpkg/installdlgimpl.cpp
index 31be213..d4f751c 100644
--- a/noncore/settings/aqpkg/installdlgimpl.cpp
+++ b/noncore/settings/aqpkg/installdlgimpl.cpp
@@ -52,6 +52,10 @@ InstallDlgImpl::InstallDlgImpl( vector<QString> &packageList, DataManager *dataM
// Output text is read only
output->setReadOnly( true );
+ QFont f( "helvetica" );
+ f.setPointSize( 10 );
+ output->setFont( f );
+
// setup destination data
int defIndex = 0;