Update label of 'Discard' button of expression input dialog and add tooltip to resolves #4079

This commit is contained in:
0penBrain
2019-09-08 18:18:17 +02:00
committed by wmayer
parent f5a2eb0f59
commit 81808b1f5c

View File

@@ -176,7 +176,10 @@
<item>
<widget class="QPushButton" name="discardBtn">
<property name="text">
<string>&amp;Discard</string>
<string>&amp;Clear</string>
</property>
<property name="toolTip">
<string>Revert to last calculated value (as constant)</string>
</property>
<property name="autoDefault">
<bool>false</bool>