Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
make create btn have a height
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskarowski committed May 27, 2024
1 parent c24bb71 commit 7db0047
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Library/Presentation/View/Product/ProductMasterView.xaml
Original file line number Diff line number Diff line change
@@ -11,8 +11,7 @@
<UserControl.DataContext>
<ObjectDataProvider ObjectType="viewmodels:ProductMasterViewModel">
<ObjectDataProvider.ConstructorParameters>
<x:Null/>
<x:Null/>

</ObjectDataProvider.ConstructorParameters>
</ObjectDataProvider>
</UserControl.DataContext>
@@ -151,9 +150,9 @@
</TextBox>

</StackPanel>
<Button Content="Create" Margin="46,287,46,208" Background="CornflowerBlue"
<Button Content="Create" Margin="46,287,46,99" Background="CornflowerBlue"
Command="{Binding CreateProduct}" Grid.Column="1" Grid.Row="1"/>
<Label Margin="0,20,0,403"
<Label Margin="0,20,0,506"
HorizontalAlignment="Center"
Content="Products:" FontSize="15" Width="140" Grid.Column="1" Grid.RowSpan="2"/>

0 comments on commit 7db0047

Please sign in to comment.