Skip to content

Commit

Permalink
Improved UI
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Aug 24, 2016
1 parent 101be27 commit a2af0c9
Showing 1 changed file with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,19 @@

<TextBlock Text="Default URL Template" FontWeight="Bold" Margin="0,0,0,6" />
<TextBox Text="{Binding Command.DefaultUrlTemplate, Mode=TwoWay}" Margin="0,0,0,12" />

<GroupBox Header="Swagger Information">
<StackPanel Margin="4,8,4,-8">
<TextBlock Text="Title" FontWeight="Bold" Margin="0,0,0,6" />
<TextBox Text="{Binding Command.InfoTitle, Mode=TwoWay}" Margin="0,0,0,12" />

<TextBlock Text="Title of the Swagger specification" FontWeight="Bold" Margin="0,0,0,6" />
<TextBox Text="{Binding Command.InfoTitle, Mode=TwoWay}" Margin="0,0,0,12" />

<TextBlock Text="Description of the Swagger specification" FontWeight="Bold" Margin="0,0,0,6" />
<TextBox Text="{Binding Command.InfoDescription, Mode=TwoWay}" Margin="0,0,0,12" />
<TextBlock Text="Description" FontWeight="Bold" Margin="0,0,0,6" />
<TextBox Text="{Binding Command.InfoDescription, Mode=TwoWay}" Margin="0,0,0,12" />

<TextBlock Text="Version of the Swagger specification" FontWeight="Bold" Margin="0,0,0,6" />
<TextBox Text="{Binding Command.InfoVersion, Mode=TwoWay}" Margin="0,0,0,12" />
<TextBlock Text="Version" FontWeight="Bold" Margin="0,0,0,6" />
<TextBox Text="{Binding Command.InfoVersion, Mode=TwoWay}" Margin="0,0,0,12" />
</StackPanel>
</GroupBox>
</StackPanel>
</ScrollViewer>
</UserControl>

0 comments on commit a2af0c9

Please sign in to comment.