mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove comment
This commit is contained in:
parent
cbd23373c3
commit
d952950894
1 changed files with 0 additions and 62 deletions
|
|
@ -126,67 +126,5 @@
|
||||||
</Button>
|
</Button>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<!--
|
|
||||||
<Grid.RowDefinitions>
|
|
||||||
<RowDefinition Height="100" />
|
|
||||||
<RowDefinition Height="100" />
|
|
||||||
<RowDefinition Height="60" />
|
|
||||||
</Grid.RowDefinitions>
|
|
||||||
<Grid.ColumnDefinitions>
|
|
||||||
<ColumnDefinition Width="4*" />
|
|
||||||
<ColumnDefinition Width="6*" />
|
|
||||||
</Grid.ColumnDefinitions>
|
|
||||||
|
|
||||||
<TextBlock
|
|
||||||
Grid.Row="0"
|
|
||||||
Grid.Column="0"
|
|
||||||
Margin="80,0,0,0"
|
|
||||||
HorizontalAlignment="Left"
|
|
||||||
VerticalAlignment="Center"
|
|
||||||
FontSize="15"
|
|
||||||
Text="{DynamicResource flowlauncher_plugin_browserbookmark_browserName}" />
|
|
||||||
<TextBlock
|
|
||||||
Grid.Row="1"
|
|
||||||
Grid.Column="0"
|
|
||||||
Margin="80,0,0,0"
|
|
||||||
HorizontalAlignment="Left"
|
|
||||||
VerticalAlignment="Center"
|
|
||||||
FontSize="15"
|
|
||||||
Text="{DynamicResource flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory}" />
|
|
||||||
<TextBox
|
|
||||||
Grid.Row="0"
|
|
||||||
Grid.Column="1"
|
|
||||||
Width="100"
|
|
||||||
Height="30"
|
|
||||||
Margin="50,0,0,0"
|
|
||||||
HorizontalAlignment="Left"
|
|
||||||
VerticalAlignment="Center"
|
|
||||||
Text="{Binding Name}" />
|
|
||||||
<TextBox
|
|
||||||
Grid.Row="1"
|
|
||||||
Grid.Column="1"
|
|
||||||
Width="200"
|
|
||||||
Height="30"
|
|
||||||
Margin="50,0,0,0"
|
|
||||||
HorizontalAlignment="Left"
|
|
||||||
VerticalAlignment="Center"
|
|
||||||
Text="{Binding DataDirectoryPath}" />
|
|
||||||
<StackPanel
|
|
||||||
Grid.Row="2"
|
|
||||||
Grid.Column="1"
|
|
||||||
Height="70"
|
|
||||||
HorizontalAlignment="Center"
|
|
||||||
Orientation="Horizontal">
|
|
||||||
<Button
|
|
||||||
Name="btnConfirm"
|
|
||||||
Margin="15"
|
|
||||||
Click="ConfirmCancelEditCustomBrowser"
|
|
||||||
Content="Confirm" />
|
|
||||||
<Button
|
|
||||||
Margin="15"
|
|
||||||
Click="ConfirmCancelEditCustomBrowser"
|
|
||||||
Content="Cancel" />
|
|
||||||
</StackPanel>
|
|
||||||
-->
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue