Serious styling. Added data grid src for future modifications in performance
This commit is contained in:
@ -14,7 +14,6 @@ ListView {
|
||||
|
||||
#GroupCell Label {
|
||||
color: lightgray;
|
||||
background-color: #232323;
|
||||
font-size: 12;
|
||||
font-family: Courier New, Courier, monospace;
|
||||
font-style: italic;
|
||||
@ -23,7 +22,6 @@ ListView {
|
||||
|
||||
#ItemCell label {
|
||||
color: white;
|
||||
background-color: #232323;
|
||||
font-size: 15;
|
||||
font-family: Courier New, Courier, monospace;
|
||||
font-style: normal;
|
||||
|
@ -11,7 +11,6 @@
|
||||
<StackLayout x:Name="Layout">
|
||||
<ListView
|
||||
x:Name="MenuItemsListView"
|
||||
SeparatorVisibility="None"
|
||||
HasUnevenRows="true"
|
||||
IsGroupingEnabled="true"
|
||||
RowHeight="35"
|
||||
|
@ -11,7 +11,6 @@ namespace Aurora.Design.Components.NavigationMenu
|
||||
{
|
||||
InitializeComponent();
|
||||
ListView = MenuItemsListView;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user