mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Everything pluin- Update layout
This commit is contained in:
parent
5806389320
commit
dd359ea462
1 changed files with 19 additions and 17 deletions
|
|
@ -6,21 +6,23 @@
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Loaded="View_Loaded"
|
Loaded="View_Loaded"
|
||||||
d:DesignHeight="300" d:DesignWidth="300">
|
d:DesignHeight="300" d:DesignWidth="300">
|
||||||
<Border BorderBrush="Gray" Margin="10" BorderThickness="1">
|
<Grid Margin="7,50" VerticalAlignment="Top" >
|
||||||
<Grid Margin="10" VerticalAlignment="Top" >
|
<Grid.RowDefinitions>
|
||||||
<Grid.RowDefinitions>
|
<RowDefinition/>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
<RowDefinition/>
|
</Grid.RowDefinitions>
|
||||||
</Grid.RowDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<Grid.ColumnDefinitions>
|
<ColumnDefinition />
|
||||||
<ColumnDefinition Width="Auto"></ColumnDefinition>
|
<ColumnDefinition />
|
||||||
<ColumnDefinition Width="*"></ColumnDefinition>
|
<ColumnDefinition />
|
||||||
<ColumnDefinition Width="Auto"></ColumnDefinition>
|
</Grid.ColumnDefinitions>
|
||||||
</Grid.ColumnDefinitions>
|
<CheckBox Grid.Row="0" Grid.ColumnSpan="3" x:Name="UseLocationAsWorkingDir" Content="{DynamicResource
|
||||||
<CheckBox Grid.Row="0" Grid.ColumnSpan="3" x:Name="UseLocationAsWorkingDir" Content="{DynamicResource flowlauncher_plugin_everything_use_location_as_working_dir}" Margin="10" HorizontalAlignment="Left" />
|
flowlauncher_plugin_everything_use_location_as_working_dir}"
|
||||||
<Label Grid.Row="1" Margin="10" Content="{DynamicResource flowlauncher_plugin_everything_editor_path}" HorizontalAlignment="Left"/>
|
Margin="10" HorizontalAlignment="Left" />
|
||||||
<Label Grid.Row="1" Grid.Column="1" x:Name="EditorPath" Margin="10" HorizontalAlignment="Stretch" />
|
<Label Grid.Row="1" Margin="10" Content="{DynamicResource flowlauncher_plugin_everything_editor_path}"
|
||||||
<Button Grid.Row="1" Grid.Column="2" x:Name="OpenEditorPath" Content="..." Margin="10" HorizontalAlignment="Right" Click="EditorPath_Clicked"/>
|
HorizontalAlignment="Left"/>
|
||||||
</Grid>
|
<Label Grid.Row="1" Grid.Column="1" x:Name="EditorPath" Margin="10" HorizontalAlignment="Left" />
|
||||||
</Border>
|
<Button Grid.Row="1" Grid.Column="2" x:Name="OpenEditorPath" Content="..." Margin="10"
|
||||||
|
HorizontalAlignment="Left" Click="EditorPath_Clicked"/>
|
||||||
|
</Grid>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue