Make timeline more "Material design".
This commit is contained in:
10
imports/Spectral/Font/CommonFont.qml
Normal file
10
imports/Spectral/Font/CommonFont.qml
Normal file
@@ -0,0 +1,10 @@
|
||||
pragma Singleton
|
||||
import QtQuick 2.9
|
||||
import QtQuick.Controls 2.2
|
||||
|
||||
Item {
|
||||
property alias font: materialLabel.font
|
||||
Label {
|
||||
id: materialLabel
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
module Spectral.Font
|
||||
singleton MaterialFont 0.1 MaterialFont.qml
|
||||
|
||||
singleton CommonFont 0.1 CommonFont.qml
|
||||
|
||||
Reference in New Issue
Block a user