Skip to content

Commit

Permalink
#209. Let’s try to avoid the “everything-is-glued-together” style of UI…
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Nov 8, 2013
1 parent cedbbc4 commit 726bcd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CefSharp.Wpf.Example/Views/Main/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
</TextBox.InputBindings>
</TextBox>
</DockPanel>
<StackPanel DockPanel.Dock="Right">
<StackPanel DockPanel.Dock="Right"
Margin="6,3">
<GroupBox Header="Tweak WPF Rendering">
<Grid>
<Grid.RowDefinitions>
Expand Down

0 comments on commit 726bcd3

Please sign in to comment.