diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-19 16:09:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-19 16:09:19 +0000 |
| commit | 009c0d0c44c36a64222cf404d4ff8d3c2897c84f (patch) | |
| tree | 79305121b12466c542c301552ac0478a4a5790ed /src/ui | |
| parent | 95e35ef7c6517cfce52ecefa29eba972055eeaa6 (diff) | |
| download | qmmp-009c0d0c44c36a64222cf404d4ff8d3c2897c84f.tar.gz qmmp-009c0d0c44c36a64222cf404d4ff8d3c2897c84f.tar.bz2 qmmp-009c0d0c44c36a64222cf404d4ff8d3c2897c84f.zip | |
fixed font selection for text scroller
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@281 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/configdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/configdialog.cpp b/src/ui/configdialog.cpp index 949667f80..36ba06d0e 100644 --- a/src/ui/configdialog.cpp +++ b/src/ui/configdialog.cpp @@ -388,7 +388,7 @@ void ConfigDialog::setPlFont() void ConfigDialog::setMainFont() { bool ok; - QFont font = ui.plFontLabel->font(); + QFont font = ui.mainFontLabel->font(); font = QFontDialog::getFont (&ok, font, this); if ( ok ) { |
