Push Changes from other Github
This commit is contained in:
@@ -164,13 +164,6 @@
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<!-- Softkey 1 -->
|
||||
<Button Grid.Column="0"
|
||||
Width="440"
|
||||
Content="Übersicht" FontSize="38" Margin="10"
|
||||
Command="{Binding OverviewWindowClickedCommand}" />
|
||||
<!-- Command="{Binding AutomaticModeCommand}" -->
|
||||
|
||||
<!-- Softkey 2 -->
|
||||
<Button IsEnabled="{Binding CanUserChangePageProductionWindow}"
|
||||
Grid.Column="1" Content="Stationen" FontSize="38" Margin="10"
|
||||
Width="440"
|
||||
@@ -208,7 +201,7 @@
|
||||
<!-- Softkey 9 -->
|
||||
<Button Grid.Column="8"
|
||||
Width="450"
|
||||
Content="Alarm quitieren" FontSize="38" Margin="10"
|
||||
Content="Alarm quittieren" FontSize="38" Margin="10"
|
||||
Command="{Binding AckAlarmsCommand}"/>
|
||||
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user