Skip to content
Snippets Groups Projects
Commit 24e903ef authored by Gunnar Sletta's avatar Gunnar Sletta
Browse files

Fix title coloring in some examples

parent 883d5cf7
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ Presentation {
BackgroundSwirls {}
property color textColor: "white"
textColor: "white"
Slide {
centeredText: "Animated Background"
......
......@@ -44,7 +44,7 @@ Presentation {
width: 1280
height: 720
property color textColor: "white"
textColor: "white"
property bool inTransition: false;
......
......@@ -19,7 +19,7 @@ Presentation {
Clock { textColor: "white" }
SlideCounter { textColor: "white" }
property string titleColor: "white"
titleColor: "white"
showNotes: true
......
......@@ -45,7 +45,7 @@ Item {
property bool showNotes: false;
property color titleColor: "black"
property color titleColor: textColor;
property color textColor: "black"
property string fontFamily: "Helvetica"
property string codeFontFamily: "Courier New"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment