Fix Schnellzugriffe in der Kursübersicht
This commit is contained in:
@@ -121,22 +121,22 @@
|
|||||||
HorizontalAlignment="Stretch" HorizontalContentAlignment="Left"
|
HorizontalAlignment="Stretch" HorizontalContentAlignment="Left"
|
||||||
Padding="12,9"
|
Padding="12,9"
|
||||||
Command="{Binding NavigateToSectionCommand}"
|
Command="{Binding NavigateToSectionCommand}"
|
||||||
CommandParameter="2"/>
|
CommandParameter="3"/>
|
||||||
<Button Content="🔢 Notenübersicht"
|
<Button Content="🔢 Notenübersicht"
|
||||||
HorizontalAlignment="Stretch" HorizontalContentAlignment="Left"
|
HorizontalAlignment="Stretch" HorizontalContentAlignment="Left"
|
||||||
Padding="12,9"
|
Padding="12,9"
|
||||||
Command="{Binding NavigateToSectionCommand}"
|
Command="{Binding NavigateToSectionCommand}"
|
||||||
CommandParameter="3"/>
|
CommandParameter="4"/>
|
||||||
<Button Content="📅 Unterrichtsplanung"
|
<Button Content="📅 Unterrichtsplanung"
|
||||||
HorizontalAlignment="Stretch" HorizontalContentAlignment="Left"
|
HorizontalAlignment="Stretch" HorizontalContentAlignment="Left"
|
||||||
Padding="12,9"
|
Padding="12,9"
|
||||||
Command="{Binding NavigateToSectionCommand}"
|
Command="{Binding NavigateToSectionCommand}"
|
||||||
CommandParameter="4"/>
|
CommandParameter="5"/>
|
||||||
<Button Content="📋 Dokumentation"
|
<Button Content="📋 Dokumentation"
|
||||||
HorizontalAlignment="Stretch" HorizontalContentAlignment="Left"
|
HorizontalAlignment="Stretch" HorizontalContentAlignment="Left"
|
||||||
Padding="12,9"
|
Padding="12,9"
|
||||||
Command="{Binding NavigateToSectionCommand}"
|
Command="{Binding NavigateToSectionCommand}"
|
||||||
CommandParameter="5"/>
|
CommandParameter="6"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|||||||
Reference in New Issue
Block a user