Skip to content

Commit c1eca93

Browse files
committed
update path textbox layout browser bookmarks
1 parent cd953bc commit c1eca93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Wox.Plugin.BrowserBookmark/Views/SettingsControl.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</StackPanel>
1919
<StackPanel VerticalAlignment="Top" Grid.Row="1" Height="106" Margin="41,13,0,0">
2020
<Label Content="Set browser from path:" Height="28" Margin="0,0,155,0" HorizontalAlignment="Left" Width="290"/>
21-
<TextBox x:Name="browserPathBox" HorizontalAlignment="Left" Height="28" Margin="5,0,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="311" RenderTransformOrigin="0.502,-1.668"/>
22-
<Button x:Name="viewButton" HorizontalAlignment="Left" Margin="340,-28,-1,0" Width="100" Height="28" Click="OnChooseClick" FontSize="10" Content="Choose" />
21+
<TextBox x:Name="browserPathBox" HorizontalAlignment="Left" Height="34" Margin="5,0,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="311" RenderTransformOrigin="0.502,-1.668"/>
22+
<Button x:Name="viewButton" HorizontalAlignment="Left" Margin="340,-33,-1,0" Width="100" Height="28" Click="OnChooseClick" FontSize="10" Content="Choose" />
2323
</StackPanel>
2424
</Grid>
2525
</UserControl>

0 commit comments

Comments
 (0)