Tooltip for better discovery of alt date formats

This commit is contained in:
David Heinemeier Hansson
2026-08-22 13:56:22 +02:00
parent b63616422f
commit 9d93807594
+1
View File
@@ -153,6 +153,7 @@ BarWidget {
fixedHeight: root.vertical ? root.verticalLines.length * Style.bar.iconSlot : -1
horizontalMargin: 8.75
verticalPadding: 8.75
tooltipText: "Right-click to toggle format"
onPressed: function(b) {
if (b === Qt.RightButton) root.cycleFormat()