mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust File Manager Window
This commit is contained in:
parent
968315aabd
commit
f279c2099c
1 changed files with 12 additions and 14 deletions
|
|
@ -123,7 +123,7 @@
|
||||||
Orientation="Horizontal">
|
Orientation="Horizontal">
|
||||||
<Grid Width="545">
|
<Grid Width="545">
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition Width="180" />
|
<ColumnDefinition Width="Auto" />
|
||||||
<ColumnDefinition />
|
<ColumnDefinition />
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
|
|
@ -135,7 +135,7 @@
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Margin="14,5,0,0"
|
Margin="14,5,20,0"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
|
|
@ -153,23 +153,14 @@
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Margin="14,10,0,0"
|
Margin="14,10,20,0"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
Text="{DynamicResource fileManager_path}" />
|
Text="{DynamicResource fileManager_path}" />
|
||||||
<DockPanel Grid.Row="1" Grid.Column="1">
|
<DockPanel Grid.Row="1" Grid.Column="1">
|
||||||
<TextBox
|
|
||||||
x:Name="PathTextBox"
|
|
||||||
Width="250"
|
|
||||||
Margin="10,10,10,0"
|
|
||||||
HorizontalAlignment="Stretch"
|
|
||||||
VerticalAlignment="Center"
|
|
||||||
IsEnabled="{Binding Editable}"
|
|
||||||
Text="{Binding Path}" />
|
|
||||||
<Button
|
<Button
|
||||||
Name="btnBrowseFile"
|
Name="btnBrowseFile"
|
||||||
Width="80"
|
|
||||||
Margin="0,10,15,0"
|
Margin="0,10,15,0"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
|
|
@ -186,11 +177,18 @@
|
||||||
</Style>
|
</Style>
|
||||||
</Button.Style>
|
</Button.Style>
|
||||||
</Button>
|
</Button>
|
||||||
|
<TextBox
|
||||||
|
x:Name="PathTextBox"
|
||||||
|
Margin="10,10,10,0"
|
||||||
|
HorizontalAlignment="Stretch"
|
||||||
|
VerticalAlignment="Center"
|
||||||
|
IsEnabled="{Binding Editable}"
|
||||||
|
Text="{Binding Path}" />
|
||||||
</DockPanel>
|
</DockPanel>
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Grid.Row="2"
|
Grid.Row="2"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Margin="14,10,0,0"
|
Margin="14,10,20,0"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
|
|
@ -209,7 +207,7 @@
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Grid.Row="3"
|
Grid.Row="3"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Margin="14,10,0,20"
|
Margin="14,10,20,20"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue