|
585 | 585 | <MenuItem x:Name="menuItemKillProcess" Header="Kill Process" Click="MenuItemKillProcess_Click" />
|
586 | 586 | <Separator/>
|
587 | 587 | <MenuItem x:Name="menuStartWebGLServer" Header="Start WebGL server" Click="MenuStartWebGLServer_Click" />
|
588 |
| - <Separator/> |
589 |
| - <MenuItem x:Name="menuRemoveProject" Header="Remove from recent list" Click="MenuRemoveProject_Click" /> |
| 588 | + <!--<Separator/> |
| 589 | + <MenuItem x:Name="menuRemoveProject" Header="Remove from recent list" Click="MenuRemoveProject_Click" />--> |
590 | 590 | </ContextMenu>
|
591 | 591 | </DataGrid.ContextMenu>
|
592 | 592 |
|
|
852 | 852 | <RowDefinition Height="50*" />
|
853 | 853 | </Grid.RowDefinitions>
|
854 | 854 | <!-- 1st part -->
|
855 |
| - <Grid Grid.Row="0" VerticalAlignment="Top" HorizontalAlignment="Left"> |
856 |
| - <StackPanel Orientation="Vertical" Margin="10" VerticalAlignment="Top"> |
| 855 | + <Grid Grid.Row="0" VerticalAlignment="Top"> |
| 856 | + <StackPanel Orientation="Vertical" Margin="10" VerticalAlignment="Top" HorizontalAlignment="Left"> |
857 | 857 | <!--border to avoid next row moving when button is selected-->
|
858 |
| - <Border VerticalAlignment="Top" Height="40" HorizontalAlignment="Left" Margin="0,0,0,2"> |
| 858 | + <Border VerticalAlignment="Top" Height="40" Margin="0,0,0,2" HorizontalAlignment="Left"> |
859 | 859 | <!-- folders -->
|
860 |
| - <StackPanel Orientation="Horizontal" Margin="0,4,10,4" VerticalAlignment="Top" Width="560"> |
| 860 | + <StackPanel Orientation="Horizontal" Margin="0,4,10,4" VerticalAlignment="Top"> |
861 | 861 | <Label Content="Folders" Foreground="{DynamicResource ThemeButtonForeground}" />
|
862 | 862 | <Button Style="{StaticResource CustomButton}" x:Name="btnOpenEditorLogsFolder" Margin="0" BorderBrush="{x:Null}" HorizontalAlignment="Left" VerticalAlignment="Top" Click="BtnOpenEditorLogsFolder_Click" ToolTip="Browse Editor logs folder">
|
863 | 863 | <Label Content="_Editor Logs" Foreground="{Binding Path=Foreground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Control}}}" />
|
|
868 | 868 | <Button Style="{StaticResource CustomButton}" x:Name="btnOpenCrashLogs" Margin="10,0,0,0" BorderBrush="{x:Null}" HorizontalAlignment="Left" VerticalAlignment="Top" Click="BtnOpenCrashLogs_Click" ToolTip="Browse Crash logs folder">
|
869 | 869 | <Label Content="_Crash Logs" Foreground="{Binding Path=Foreground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Control}}}" />
|
870 | 870 | </Button>
|
| 871 | + <Button Style="{StaticResource CustomButton}" x:Name="btnCrashDumps" Margin="10,0,0,0" BorderBrush="{x:Null}" HorizontalAlignment="Left" VerticalAlignment="Top" ToolTip="Browse Crash dumps folder" Click="BtnCrashDumps_Click"> |
| 872 | + <Label Content="Crash _Dumps" Foreground="{Binding Path=Foreground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Control}}}" /> |
| 873 | + </Button> |
| 874 | + <Button Style="{StaticResource CustomButton}" x:Name="btnUnityCache" Margin="10,0,0,0" BorderBrush="{x:Null}" HorizontalAlignment="Left" VerticalAlignment="Top" ToolTip="Browse Unity Cache folder" Click="BtnUnityCache_Click"> |
| 875 | + <Label Content="_Unity Cache" Foreground="{Binding Path=Foreground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Control}}}" /> |
| 876 | + </Button> |
| 877 | + <Button Style="{StaticResource CustomButton}" x:Name="btnGICache" Margin="10,0,0,0" BorderBrush="{x:Null}" HorizontalAlignment="Left" VerticalAlignment="Top" ToolTip="Browse Unity GI Cache folder" Click="BtnGICache_Click"> |
| 878 | + <Label Content="_GI Cache" Foreground="{Binding Path=Foreground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Control}}}" /> |
| 879 | + </Button> |
871 | 880 | <Button Style="{StaticResource CustomButton}" x:Name="btnAssetPackages" Margin="10,0,0,0" BorderBrush="{x:Null}" HorizontalAlignment="Left" VerticalAlignment="Top" ToolTip="Browse AssetStore downloads folder" Click="BtnAssetPackages_Click">
|
872 | 881 | <Label Content="A_sset packages" Foreground="{Binding Path=Foreground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Control}}}" />
|
873 | 882 | </Button>
|
|
0 commit comments