Skip to content

Commit 4ba8296

Browse files
committed
fix hotkey unavailable text
1 parent b96cc7a commit 4ba8296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher/HotkeyControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Grid>
1111
<Grid.ColumnDefinitions>
1212
<ColumnDefinition Width="150" />
13-
<ColumnDefinition Width="120" />
13+
<ColumnDefinition Width="125" />
1414
</Grid.ColumnDefinitions>
1515
<TextBox x:Name="tbHotkey" TabIndex="100" VerticalContentAlignment="Center" Grid.Column="0"
1616
PreviewKeyDown="TbHotkey_OnPreviewKeyDown" input:InputMethod.IsInputMethodEnabled="False"/>

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<system:String x:Key="update">Update</system:String>
140140

141141
<!--Hotkey Control-->
142-
<system:String x:Key="hotkeyUnavailable">Hotkey unavailable</system:String>
142+
<system:String x:Key="hotkeyUnavailable">Hotkey Unavailable</system:String>
143143

144144
<!--Crash Reporter-->
145145
<system:String x:Key="reportWindow_version">Version</system:String>

0 commit comments

Comments
 (0)