Skip to content

Commit 78a74b9

Browse files
Tweak style and add localization
1 parent 4092ef8 commit 78a74b9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
4444
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
4545
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
46+
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
4647
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
4748
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
4849
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>

Flow.Launcher/SettingWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@
774774

775775
<ItemsControl Style="{StaticResource SettingGrid}">
776776
<StackPanel Style="{StaticResource TextPanel}">
777-
<TextBlock Style="{DynamicResource SettingTitleLabel}" Text="Search Window position on selected screen" />
777+
<TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource SearchWindowAlign}" />
778778
</StackPanel>
779779
<StackPanel Grid.Column="2" Orientation="Horizontal">
780780
<ComboBox
@@ -801,7 +801,7 @@
801801
</StackPanel.Style>
802802
<TextBox
803803
Height="35"
804-
MinWidth="120"
804+
MinWidth="80"
805805
Text="{Binding Settings.CustomWindowLeft}"
806806
TextWrapping="NoWrap" />
807807
<TextBlock
@@ -811,7 +811,7 @@
811811
Text="x" />
812812
<TextBox
813813
Height="35"
814-
MinWidth="120"
814+
MinWidth="80"
815815
Text="{Binding Settings.CustomWindowTop}"
816816
TextWrapping="NoWrap" />
817817
</StackPanel>

0 commit comments

Comments
 (0)