Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Oct 5, 2024
1 parent 5deacde commit 0918362
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions JL.Windows/GUI/PreferencesWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,12 @@
TextWrapping="Wrap" VerticalAlignment="Center"
Style="{StaticResource TextBlockDefault}"
Cursor="Help"
ToolTip="If enabled, main window will use the specified line height below.
ToolTip="If enabled, the main window will use the specified custom line height.

If disabled, the line height will be determined automatically from the current font characteristics.

Custom line height does not affect the height of the text, it changes the height of the line that contains the text.

To change the size of the text, use the Font size option.

Enabling this option is *not* recommended."/>

Custom line height does not affect the height of the text; it changes the height of the line that contains the text.

To change the size of the text, use the "Font size" option.

If you enable this option, you may need to manually adjust the value of the "Custom line height" option each time you change the "Font" or "Font size" options.

Therefore, enabling this option is *not* recommended."/>
<CheckBox x:Name="TextBoxUseCustomLineHeightCheckBox" HorizontalAlignment="Right" />
</DockPanel>

Expand Down

0 comments on commit 0918362

Please sign in to comment.