Tooltip for better discovery of alt date formats
This commit is contained in:
@@ -153,6 +153,7 @@ BarWidget {
|
|||||||
fixedHeight: root.vertical ? root.verticalLines.length * Style.bar.iconSlot : -1
|
fixedHeight: root.vertical ? root.verticalLines.length * Style.bar.iconSlot : -1
|
||||||
horizontalMargin: 8.75
|
horizontalMargin: 8.75
|
||||||
verticalPadding: 8.75
|
verticalPadding: 8.75
|
||||||
|
tooltipText: "Right-click to toggle format"
|
||||||
|
|
||||||
onPressed: function(b) {
|
onPressed: function(b) {
|
||||||
if (b === Qt.RightButton) root.cycleFormat()
|
if (b === Qt.RightButton) root.cycleFormat()
|
||||||
|
|||||||
Reference in New Issue
Block a user