layout adjustments
This commit is contained in:
parent
d147415feb
commit
8df1f95123
3 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
<ColumnDefinition Width="*"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<ui:SymbolIcon Symbol="DeveloperBoard24" FontSize="64"/>
|
||||
<ui:SymbolIcon Symbol="DeveloperBoard24" FontSize="56"/>
|
||||
<TextBlock Margin="8,0,0,0" x:Name="textblockGPUName" Grid.Column="1" Text="GPU..." FontSize="32" HorizontalAlignment="Stretch" VerticalAlignment="Center" />
|
||||
</Grid>
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ namespace EnvyUpdate
|
|||
private string onlineDriv = null;
|
||||
private string gpuURL = null;
|
||||
private string skippedVer = null;
|
||||
private string[] arguments = null;
|
||||
|
||||
public DashboardPage()
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
ExtendsContentIntoTitleBar="True"
|
||||
WindowBackdropType="Mica"
|
||||
|
||||
Title="EnvyUpdate" MinHeight="400" Height="400" MinWidth="600" Width="600" Icon="icon.ico" StateChanged="Window_StateChanged" Closing="Window_Closing" ResizeMode="CanMinimize" Activated="UiWindow_Activated" WindowStyle="None">
|
||||
Title="EnvyUpdate" MinHeight="450" Height="450" MinWidth="600" Width="600" Icon="icon.ico" StateChanged="Window_StateChanged" Closing="Window_Closing" ResizeMode="CanMinimize" Activated="UiWindow_Activated" WindowStyle="None">
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
|
|
Reference in a new issue