Update Presentation.qml
This commit is contained in:
@ -76,9 +76,9 @@ Item {
|
|||||||
property bool keyShortcutsEnabled: true
|
property bool keyShortcutsEnabled: true
|
||||||
|
|
||||||
property color titleColor: textColor;
|
property color titleColor: textColor;
|
||||||
property color textColor: "black"
|
property color textColor: "white"
|
||||||
property string fontFamily: "Helvetica"
|
property string fontFamily: "Ubuntu Condensed"
|
||||||
property string codeFontFamily: "Courier New"
|
property string codeFontFamily: "Ubuntu Condensed"
|
||||||
|
|
||||||
// This is set by the C++ part of Calamares when the slideshow
|
// This is set by the C++ part of Calamares when the slideshow
|
||||||
// becomes visible. You can connect it to a timer, or whatever
|
// becomes visible. You can connect it to a timer, or whatever
|
||||||
|
Reference in New Issue
Block a user