From 4ecb48197df25b84ce0d1e6ec95e78c2fa6d0699 Mon Sep 17 00:00:00 2001 From: andyq Date: Thu, 10 Oct 2002 11:53:44 +0000 Subject: Made output text box text slightly smalled so more output can be displayed --- (limited to 'noncore/settings/aqpkg/installdlgimpl.cpp') 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 &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; -- cgit v0.9.0.2