First attempt.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
import Spectral.Setting 0.1
|
||||
import QtQuick.Controls 2.12 as Controls
|
||||
|
||||
Label {
|
||||
import org.kde.kirigami 2.4 as Kirigami
|
||||
|
||||
Controls.Label {
|
||||
text: section + " • " + Qt.formatTime(time)
|
||||
color: MPalette.foreground
|
||||
font.pixelSize: 13
|
||||
font.weight: Font.Medium
|
||||
font.capitalization: Font.AllUppercase
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
Reference in New Issue
Block a user