Skip to content

Commit

Permalink
Configdialog: Move option Show preview on formulas (#3380)
Browse files Browse the repository at this point in the history
  • Loading branch information
octaeder authored Dec 2, 2023
1 parent 85f2890 commit db428d2
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/configdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2231,6 +2231,16 @@ Then you can select a new shortcut by one of the following ways:
</widget>
</item>
<item row="3" column="2" colspan="2">
<widget class="QCheckBox" name="checkBoxToolTipPreview">
<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">
<widget class="QCheckBox" name="checkBoxImageToolTip">
<property name="text">
<string>Show image tooltip on image files</string>
Expand Down Expand Up @@ -2390,7 +2400,7 @@ to render the characters. Since unicode is not natively supported by LaTeX, you
<item row="23" column="1" colspan="2">
<widget class="QComboBox" name="comboBoxLogFileEncoding"/>
</item>
<item row="5" column="2" colspan="2">
<item row="6" column="2" colspan="2">
<widget class="QCheckBox" name="checkBoxTexDocInternal">
<property name="text">
<string>Show help on commands in internal pdf viewer (texdoc)</string>
Expand Down Expand Up @@ -2501,7 +2511,7 @@ to render the characters. Since unicode is not natively supported by LaTeX, you
</item>
</widget>
</item>
<item row="4" column="2" colspan="2">
<item row="5" column="2" colspan="2">
<widget class="QCheckBox" name="checkBoxToolTipHelp2">
<property name="text">
<string>Show help as tooltip on text in editor</string>
Expand Down Expand Up @@ -4049,13 +4059,6 @@ them here.</string>
</property>
</widget>
</item>
<item row="7" column="0" colspan="2">
<widget class="QCheckBox" name="checkBoxToolTipPreview">
<property name="text">
<string>Show preview as tooltip on formulas in editor</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_75">
<property name="toolTip">
Expand Down

0 comments on commit db428d2

Please sign in to comment.