Skip to content

Commit 213396b

Browse files
committed
Change Plugin Information area to responsive
1 parent baeb454 commit 213396b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,6 @@
11331133
Orientation="Horizontal"
11341134
Style="{StaticResource TextPanel}">
11351135
<TextBlock
1136-
MaxWidth="100"
11371136
Margin="10,0,0,0"
11381137
FontSize="11"
11391138
Foreground="{DynamicResource PluginInfoColor}"
@@ -1144,14 +1143,12 @@
11441143
Foreground="{DynamicResource PluginInfoColor}"
11451144
Text="{Binding PluginPair.Metadata.Author}" />
11461145
<TextBlock
1147-
MaxWidth="100"
11481146
Margin="5,0,0,0"
11491147
VerticalAlignment="Center"
11501148
FontSize="11"
11511149
Foreground="{DynamicResource PluginInfoColor}"
11521150
Text="|" />
11531151
<TextBlock
1154-
MaxWidth="100"
11551152
Margin="5,0,0,0"
11561153
FontSize="11"
11571154
Foreground="{DynamicResource PluginInfoColor}"
@@ -1163,46 +1160,40 @@
11631160
Foreground="{DynamicResource PluginInfoColor}"
11641161
Text="{Binding InitilizaTime}" />
11651162
<TextBlock
1166-
MaxWidth="100"
11671163
Margin="5,0,0,0"
11681164
VerticalAlignment="Center"
11691165
FontSize="11"
11701166
Foreground="{DynamicResource PluginInfoColor}"
11711167
Text="|" />
11721168
<TextBlock
1173-
MaxWidth="100"
11741169
Margin="5,0,0,0"
11751170
FontSize="11"
11761171
Foreground="{DynamicResource PluginInfoColor}"
11771172
Text="{DynamicResource plugin_query_time}" />
11781173
<TextBlock
1179-
MaxWidth="100"
11801174
Margin="5,0,0,0"
11811175
FontSize="11"
11821176
Foreground="{DynamicResource PluginInfoColor}"
11831177
Text="{Binding QueryTime}" />
11841178
<TextBlock
1185-
MaxWidth="100"
11861179
Margin="5,0,0,0"
11871180
VerticalAlignment="Center"
11881181
FontSize="11"
11891182
Foreground="{DynamicResource PluginInfoColor}"
11901183
Text="{DynamicResource plugin_query_version}" />
11911184
<TextBlock
1192-
MaxWidth="100"
11931185
Margin="5,0,0,0"
11941186
VerticalAlignment="Center"
11951187
FontSize="11"
11961188
Foreground="{DynamicResource PluginInfoColor}"
11971189
Text="{Binding PluginPair.Metadata.Version}" />
11981190

11991191
<TextBlock
1200-
MaxWidth="120"
12011192
Margin="10,0,0,0"
12021193
HorizontalAlignment="Right"
12031194
VerticalAlignment="Center"
12041195
Cursor="Hand"
1205-
FontSize="12">
1196+
FontSize="11">
12061197
<Hyperlink
12071198
Foreground="{DynamicResource PluginInfoColor}"
12081199
NavigateUri="{Binding PluginPair.Metadata.Website}"
@@ -1212,12 +1203,11 @@
12121203
</TextBlock>
12131204

12141205
<TextBlock
1215-
MaxWidth="120"
12161206
Margin="10,0,0,0"
12171207
HorizontalAlignment="Right"
12181208
VerticalAlignment="Center"
12191209
Cursor="Hand"
1220-
FontSize="12"
1210+
FontSize="11"
12211211
Foreground="{DynamicResource PluginInfoColor}"
12221212
MouseUp="OnPluginDirecotyClick"
12231213
Text="{DynamicResource pluginDirectory}"

0 commit comments

Comments
 (0)