mirror of
				https://github.com/chev2/botw-toolset.git
				synced 2025-10-30 08:12:17 +00:00 
			
		
		
		
	Change tab design heights & application minimum height
This commit is contained in:
		
							parent
							
								
									552955ef67
								
							
						
					
					
						commit
						41dc8b656d
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -5,7 +5,7 @@ | |||
|              xmlns:d="http://schemas.microsoft.com/expression/blend/2008"  | ||||
|              xmlns:local="clr-namespace:BOTWToolset.Control" | ||||
|              mc:Ignorable="d"  | ||||
|              d:DesignHeight="600" d:DesignWidth="1280" Width="Auto" Height="Auto"> | ||||
|              d:DesignHeight="720" d:DesignWidth="1280" Width="Auto" Height="Auto"> | ||||
|     <Grid> | ||||
|         <Label Content="SARC Packer/Extractor" Margin="10,10,10,0" VerticalAlignment="Top" Height="48" FontSize="28" VerticalContentAlignment="Center" FontFamily="Segoe UI Light"/> | ||||
| 
 | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
|              xmlns:d="http://schemas.microsoft.com/expression/blend/2008"  | ||||
|              xmlns:local="clr-namespace:BOTWToolset.Control" | ||||
|              mc:Ignorable="d"  | ||||
|              d:DesignHeight="600" d:DesignWidth="1280" Width="Auto" Height="Auto" Loaded="UserControlLoaded"> | ||||
|              d:DesignHeight="720" d:DesignWidth="1280" Width="Auto" Height="Auto" Loaded="UserControlLoaded"> | ||||
|     <UserControl.CommandBindings> | ||||
|         <CommandBinding Command="Open" Executed="Menu_FileOpen"/> | ||||
|         <CommandBinding Command="Save" Executed="Menu_FileSave"/> | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
|              xmlns:d="http://schemas.microsoft.com/expression/blend/2008"  | ||||
|              xmlns:local="clr-namespace:BOTWToolset.Control" | ||||
|              mc:Ignorable="d"  | ||||
|              d:DesignHeight="600" d:DesignWidth="1280" Width="Auto" Height="Auto" > | ||||
|              d:DesignHeight="720" d:DesignWidth="1280" Width="Auto" Height="Auto" > | ||||
|     <Grid> | ||||
|         <Label Content="Yaz0 Encoder/Decoder" Margin="10,10,10,0" VerticalAlignment="Top" Height="48" FontSize="28" VerticalContentAlignment="Center" FontFamily="Segoe UI Light"/> | ||||
| 
 | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
|         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||||
|         xmlns:local="clr-namespace:BOTWToolset.Control" | ||||
|         mc:Ignorable="d" | ||||
|         Title="Breath of the Wild Toolset" Height="720" Width="1280" MinWidth="645" MinHeight="645" Icon="/Resources/Icons/triforce.png"> | ||||
|         Title="Breath of the Wild Toolset" Height="720" Width="1280" MinWidth="645" MinHeight="720" Icon="/Resources/Icons/triforce.png"> | ||||
|     <Grid Background="#262C35"> | ||||
|         <TabControl x:Name="TabController" Margin="10,10,10,41"> | ||||
|             <TabItem Header="Dashboard"> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Chev
						Chev