mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
UI - Tweak home plugins card
This commit is contained in:
parent
ca453f2052
commit
c71a7728c4
@ -62,7 +62,7 @@
|
|||||||
VerticalAlignment="Bottom"
|
VerticalAlignment="Bottom"
|
||||||
Margin="0 0 0 32">
|
Margin="0 0 0 32">
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
<materialDesign:Card Width="840" Margin="8 16" Height="Auto">
|
<materialDesign:Card Width="852" Margin="8" Height="Auto">
|
||||||
<Grid VerticalAlignment="Stretch">
|
<Grid VerticalAlignment="Stretch">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="Auto" />
|
||||||
@ -86,23 +86,15 @@
|
|||||||
</TextBlock>
|
</TextBlock>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<Border Grid.Row="1" Grid.ColumnSpan="2" Grid.Column="0" BorderThickness="0 1 0 0" BorderBrush="{DynamicResource MaterialDesignDivider}" Padding="8">
|
<Border Grid.Row="1" Grid.ColumnSpan="2" Grid.Column="0" BorderThickness="0 1 0 0" BorderBrush="{DynamicResource MaterialDesignDivider}" Padding="8">
|
||||||
<DockPanel>
|
<Button Style="{DynamicResource MaterialDesignFlatButton}"
|
||||||
<Button Style="{DynamicResource MaterialDesignFlatButton}"
|
HorizontalAlignment="Right"
|
||||||
DockPanel.Dock="Right"
|
Command="{s:Action OpenUrl}"
|
||||||
Command="{s:Action OpenUrl}"
|
CommandParameter="https://wiki.artemis-rgb.com/en/guides/user/plugins">
|
||||||
CommandParameter="https://wiki.artemis-rgb.com/en/guides/user/plugins">
|
<StackPanel Orientation="Horizontal">
|
||||||
<StackPanel Orientation="Horizontal">
|
<materialDesign:PackIcon Kind="OpenInBrowser" />
|
||||||
<materialDesign:PackIcon Kind="OpenInBrowser" />
|
<TextBlock Margin="8 0 0 0" VerticalAlignment="Center">Get more plugins</TextBlock>
|
||||||
<TextBlock Margin="8 0 0 0" VerticalAlignment="Center">Get more plugins</TextBlock>
|
</StackPanel>
|
||||||
</StackPanel>
|
</Button>
|
||||||
</Button>
|
|
||||||
<TextBlock Foreground="{DynamicResource MaterialDesignBodyLight}"
|
|
||||||
TextWrapping="Wrap"
|
|
||||||
Margin="16"
|
|
||||||
VerticalAlignment="Center">
|
|
||||||
Want more plugins? You can find them on our wiki.
|
|
||||||
</TextBlock>
|
|
||||||
</DockPanel>
|
|
||||||
</Border>
|
</Border>
|
||||||
</Grid>
|
</Grid>
|
||||||
</materialDesign:Card>
|
</materialDesign:Card>
|
||||||
|
|||||||
1335
src/Artemis.VisualScripting/packages.lock.json
Normal file
1335
src/Artemis.VisualScripting/packages.lock.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user