Skip to content

Commit

Permalink
Update Auto Split Threshold help text
Browse files Browse the repository at this point in the history
  • Loading branch information
veselink1 committed May 11, 2024
1 parent a715bd7 commit eaf1a65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion FancyWM/Pages/Settings/GeneralPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
<TextBlock VerticalAlignment="Center" Margin="0,0,16,0">
<Run Text="{x:Static res:Strings.General_ModifierMoveWindow}" />
<Run Background="{DynamicResource SystemControlBackgroundBaseLowBrush}" Text="&#160;Alt&#160;" />
<Run Text="ᴺᴱᵂ" />
</TextBlock>
</DockPanel>
</Border>
Expand Down
2 changes: 1 addition & 1 deletion FancyWM/Resources/Strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion FancyWM/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ If you are running a supported non-Insider Windows build and you see this messag
<value>Use ⇪ Caps Lock as the Activation hotkey</value>
</data>
<data name="General.AutoSplitCount" xml:space="preserve">
<value>Automatic Split Threshold</value>
<value>Automatic Split Threshold ᴺᴱᵂ</value>
</data>
<data name="General.AutoSplitCount.Description" xml:space="preserve">
<value>Triggers automatic panel creation when the focused panel has more than the specified number of children.</value>
Expand Down

0 comments on commit eaf1a65

Please sign in to comment.