Skip to content

Commit 726bcd3

Browse files
committed
#209. Let’s try to avoid the “everything-is-glued-together” style of UI…
1 parent cedbbc4 commit 726bcd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CefSharp.Wpf.Example/Views/Main/MainView.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
</TextBox.InputBindings>
4141
</TextBox>
4242
</DockPanel>
43-
<StackPanel DockPanel.Dock="Right">
43+
<StackPanel DockPanel.Dock="Right"
44+
Margin="6,3">
4445
<GroupBox Header="Tweak WPF Rendering">
4546
<Grid>
4647
<Grid.RowDefinitions>

0 commit comments

Comments
 (0)