summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-12-29 10:51:49 +0000
committerTim E. Real <termtech@rogers.com>2010-12-29 10:51:49 +0000
commit62229671bfb963f2c323f95c729bdd59505728d1 (patch)
treec4f8e983636cb09513da32f7c1dbf12704ee22b9 /muse2/ChangeLog
parent607657d0aef36bc4f901207428620a881e5a4232 (diff)
Fixed Bigtime display when using a style sheet for MusE.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 900ce3b5..9e678af3 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,9 @@
+29.12.2010:
+ - Fixed Bigtime display when using a style sheet for MusE. (Tim)
+ Set window font using a style sheet. Bigtime used QFont::setPixelSize().
+ Application style sheets (even a blank one) override with the fixed application
+ font size (evidenced by adjusting MusE config font#0, then bigtime font size changed).
+ TODO: Darn, the tooltips fonts are as big as the labels! Must fix.
28.12.2010:
- Tweaked and added some delays during project load to counter threading
issues during loading of projects (rj)