remove comment

This commit is contained in:
DB p 2021-12-08 17:56:06 +09:00
parent cbd23373c3
commit d952950894

View file

@ -126,67 +126,5 @@
</Button>
</StackPanel>
</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>
</Window>