/[svn]/qsampler/trunk/src/qsampler.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsampler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2676 by capela, Sun Jun 15 00:27:04 2014 UTC revision 2677 by capela, Thu Oct 9 08:50:14 2014 UTC
# Line 393  int main ( int argc, char **argv ) Line 393  int main ( int argc, char **argv )
393          }          }
394    
395          // Set default base font...          // Set default base font...
         int iBaseFontSize = app.font().pointSize();  
396          if (options.iBaseFontSize > 0)          if (options.iBaseFontSize > 0)
397                  iBaseFontSize = options.iBaseFontSize;                  app.setFont(QFont(app.font().family(), options.iBaseFontSize));
         app.setFont(QFont(app.font().family(), iBaseFontSize));  
398    
399          // Construct, setup and show the main form.          // Construct, setup and show the main form.
400          QSampler::MainForm w;          QSampler::MainForm w;

Legend:
Removed from v.2676  
changed lines
  Added in v.2677

  ViewVC Help
Powered by ViewVC