mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Main Window Changes
- added discord button - reorganised the buttons
This commit is contained in:
parent
738332dca2
commit
a2d5c92c00
22 changed files with 202 additions and 79 deletions
|
|
@ -130,8 +130,10 @@
|
|||
</Style>
|
||||
|
||||
<Style x:Key="ButtonStyle4" TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
|
||||
<Setter Property="Background" Value="#00ffffff"/>
|
||||
<Setter Property="BorderThickness" Value="0"/>
|
||||
<Setter Property="Height" Value="22"/>
|
||||
<Setter Property="Height" Value="50"/>
|
||||
<Setter Property="Height" Value="50"/>
|
||||
<Setter Property="Margin" Value="2"/>
|
||||
<Setter Property="Padding" Value="0"/>
|
||||
</Style>
|
||||
|
|
@ -572,8 +574,8 @@
|
|||
|
||||
<ContentControl x:Key="ServerMonitorButtonContent">
|
||||
<StackPanel Orientation="Horizontal" Height="20" Margin="0,0,5,0">
|
||||
<Image Margin="5,1,5,0" Source="{com:Icon Path=/Ark Server Manager;component/Art/Servers.ico,Size=32}" Width="16" VerticalAlignment="Center"/>
|
||||
<Label Content="{DynamicResource ServerMonitor_Title}" VerticalAlignment="Center" Padding="0"/>
|
||||
<Image Margin="5,1,5,0" Source="{com:Icon Path=/Ark Server Manager;component/Art/Servers.ico,Size=64}" Width="20" VerticalAlignment="Center"/>
|
||||
<Label Content="{DynamicResource ServerMonitor_Title}" VerticalAlignment="Center" Padding="0" FontWeight="Bold"/>
|
||||
</StackPanel>
|
||||
</ContentControl>
|
||||
<ContentControl x:Key="SettingFindButtonContent">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue