|
1689 | 1689 | </StackPanel>
|
1690 | 1690 | </StackPanel>
|
1691 | 1691 | <Grid Grid.Row="0" Grid.Column="1">
|
1692 |
| - <Button |
1693 |
| - MinHeight="40" |
1694 |
| - Margin="0,70,20,0" |
1695 |
| - Padding="15,5,15,5" |
1696 |
| - HorizontalAlignment="Right" |
1697 |
| - VerticalAlignment="Center" |
1698 |
| - Click="OnExternalPluginInstallClick" |
1699 |
| - Content="{DynamicResource installbtn}" |
1700 |
| - Visibility="{Binding LabelInstalled, Converter={StaticResource BoolToVisibilityConverter}, ConverterParameter='!'}" /> |
1701 |
| - <Button |
1702 |
| - MinHeight="40" |
1703 |
| - Margin="0,70,20,0" |
1704 |
| - Padding="15,5,15,5" |
1705 |
| - HorizontalAlignment="Right" |
1706 |
| - VerticalAlignment="Center" |
1707 |
| - Click="OnExternalPluginUninstallClick" |
1708 |
| - Content="{DynamicResource uninstallbtn}" |
1709 |
| - Visibility="{Binding LabelInstalled, Converter={StaticResource BoolToVisibilityConverter}}" /> |
1710 |
| - <Button |
1711 |
| - MinHeight="40" |
| 1692 | + <StackPanel |
1712 | 1693 | Margin="0,70,20,0"
|
1713 |
| - Padding="15,5,15,5" |
1714 | 1694 | HorizontalAlignment="Right"
|
1715 |
| - VerticalAlignment="Center" |
1716 |
| - Click="OnExternalPluginUpdateClick" |
1717 |
| - Content="{DynamicResource updatebtn}" |
1718 |
| - Visibility="{Binding LabelUpdate, Converter={StaticResource BoolToVisibilityConverter}}" /> |
1719 |
| - <!-- Hide Install Button when installed Item --> |
| 1695 | + Orientation="Horizontal"> |
| 1696 | + <Button |
| 1697 | + MinHeight="40" |
| 1698 | + Padding="15,5,15,5" |
| 1699 | + HorizontalAlignment="Right" |
| 1700 | + VerticalAlignment="Center" |
| 1701 | + Click="OnExternalPluginInstallClick" |
| 1702 | + Content="{DynamicResource installbtn}" |
| 1703 | + Visibility="{Binding LabelInstalled, Converter={StaticResource BoolToVisibilityConverter}, ConverterParameter='!'}" /> |
| 1704 | + <Button |
| 1705 | + MinHeight="40" |
| 1706 | + Margin="5,0,0,0" |
| 1707 | + Padding="15,5,15,5" |
| 1708 | + HorizontalAlignment="Right" |
| 1709 | + VerticalAlignment="Center" |
| 1710 | + Click="OnExternalPluginUninstallClick" |
| 1711 | + Content="{DynamicResource uninstallbtn}" |
| 1712 | + Visibility="{Binding LabelInstalled, Converter={StaticResource BoolToVisibilityConverter}}" /> |
| 1713 | + <Button |
| 1714 | + MinHeight="40" |
| 1715 | + Margin="5,0,0,0" |
| 1716 | + Padding="15,5,15,5" |
| 1717 | + HorizontalAlignment="Right" |
| 1718 | + VerticalAlignment="Center" |
| 1719 | + Click="OnExternalPluginUpdateClick" |
| 1720 | + Content="{DynamicResource updatebtn}" |
| 1721 | + Visibility="{Binding LabelUpdate, Converter={StaticResource BoolToVisibilityConverter}}" /> |
| 1722 | + <!-- Hide Install Button when installed Item --> |
| 1723 | + </StackPanel> |
1720 | 1724 | </Grid>
|
1721 | 1725 | </Grid>
|
1722 | 1726 | </StackPanel>
|
|
0 commit comments