added merge tu grid Panel

moved borders to external components
added text field for one line with select
This commit is contained in:
Macocian Adrian Radu
2020-04-27 17:32:34 +03:00
parent 2e4d83085a
commit 202610764b
29 changed files with 546 additions and 187 deletions

View File

@@ -4,4 +4,24 @@
Visible="True"
Title="Sudoku 1.0"
Size="1024, 576">
<GridPanel
BackgroundColor="#75ff75"
Size="1.0f, 1.0f"
Name="Main Grid">
<Text
Text="Ioana"
Name="Text"
Row="0"
Column="0"/>
<Panel
BackgroundColor="#555555"
Name="Panel"
Row="0"
Column="1">
<Border
Thickness="10"
Color="#ff0000"/>
</Panel>
</GridPanel>
</Window>