Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a tooltip for Display Mode config regarding tooltip preview on formulas #3397

Merged
merged 1 commit into from
Dec 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/configdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2235,9 +2235,6 @@ Then you can select a new shortcut by one of the following ways:
<property name="text">
<string>Show preview as tooltip on formulas in editor</string>
</property>
<property name="toolTip">
<string>Note: Even if the preview display mode is set to Inline, a tooltip is used.</string>
</property>
</widget>
</item>
<item row="4" column="2" colspan="2">
Expand Down Expand Up @@ -3951,6 +3948,9 @@ them here.</string>
<property name="advancedOption" stdset="0">
<bool>false</bool>
</property>
<property name="toolTip">
<string>When the mode is changed, the preview on formulas is displayed accordingly (but for Inline it's still a tooltip).</string>
</property>
<item>
<property name="text">
<string>Show preview as tooltip if panel is hidden</string>
Expand Down