diff options
Diffstat (limited to 'examples/desktop.py')
-rwxr-xr-x | examples/desktop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/desktop.py b/examples/desktop.py index f695835..f3744d8 100755 --- a/examples/desktop.py +++ b/examples/desktop.py @@ -164,7 +164,7 @@ def desktopWidget(s='Trolltech'): def desktopText(s='Trolltech'): border = 20 - c1 = tqApp.palette().normal().background() + c1 = tqApp.palette().active().background() c2 = c1.light(104) c3 = c1.dark(106) |