Adding "snapshot" menu item to Overview Range widget after "custom".

This item copies the current displayed Overview Range to the Custom Range and its calendar (start and end).
the then selects the "Custom" range.
This is a shortcut mechanism to modifing the start and end calendar widgets.
Note: The label "snapshot" is my best quess on the name of this item.
note: The label will need to be translated,
This commit is contained in:
LoudSnorer 2021-04-17 14:09:40 -04:00
parent 94e5cf2332
commit 940b247cb9

View File

@ -122,6 +122,11 @@
<string>Custom</string> <string>Custom</string>
</property> </property>
</item> </item>
<item>
<property name="text">
<string>Snapshot</string>
</property>
</item>
</widget> </widget>
</item> </item>
<item> <item>