,.,
This commit is contained in:
		@@ -63,6 +63,8 @@ namespace PreviewToy
 | 
				
			|||||||
            option_hide_all_if_not_right_type.Checked = Properties.Settings.Default.hide_all;
 | 
					            option_hide_all_if_not_right_type.Checked = Properties.Settings.Default.hide_all;
 | 
				
			||||||
            option_unique_layout.Checked = Properties.Settings.Default.unique_layout;
 | 
					            option_unique_layout.Checked = Properties.Settings.Default.unique_layout;
 | 
				
			||||||
            option_sync_size.Checked = Properties.Settings.Default.sync_resize;
 | 
					            option_sync_size.Checked = Properties.Settings.Default.sync_resize;
 | 
				
			||||||
 | 
					            option_sync_size_x.Text = Properties.Settings.Default.sync_resize_x.ToString();
 | 
				
			||||||
 | 
					            option_sync_size_y.Text = Properties.Settings.Default.sync_resize_y.ToString();
 | 
				
			||||||
            option_show_thumbnail_frames.Checked = Properties.Settings.Default.show_thumb_frames;
 | 
					            option_show_thumbnail_frames.Checked = Properties.Settings.Default.show_thumb_frames;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -28,7 +28,7 @@
 | 
				
			|||||||
    <UpdateRequired>false</UpdateRequired>
 | 
					    <UpdateRequired>false</UpdateRequired>
 | 
				
			||||||
    <MapFileExtensions>true</MapFileExtensions>
 | 
					    <MapFileExtensions>true</MapFileExtensions>
 | 
				
			||||||
    <ApplicationRevision>0</ApplicationRevision>
 | 
					    <ApplicationRevision>0</ApplicationRevision>
 | 
				
			||||||
    <ApplicationVersion>1.4.0.%2a</ApplicationVersion>
 | 
					    <ApplicationVersion>1.5.0.0</ApplicationVersion>
 | 
				
			||||||
    <UseApplicationTrust>false</UseApplicationTrust>
 | 
					    <UseApplicationTrust>false</UseApplicationTrust>
 | 
				
			||||||
    <PublishWizardCompleted>true</PublishWizardCompleted>
 | 
					    <PublishWizardCompleted>true</PublishWizardCompleted>
 | 
				
			||||||
    <BootstrapperEnabled>true</BootstrapperEnabled>
 | 
					    <BootstrapperEnabled>true</BootstrapperEnabled>
 | 
				
			||||||
@@ -49,6 +49,7 @@
 | 
				
			|||||||
    <DefineConstants>TRACE</DefineConstants>
 | 
					    <DefineConstants>TRACE</DefineConstants>
 | 
				
			||||||
    <ErrorReport>prompt</ErrorReport>
 | 
					    <ErrorReport>prompt</ErrorReport>
 | 
				
			||||||
    <WarningLevel>4</WarningLevel>
 | 
					    <WarningLevel>4</WarningLevel>
 | 
				
			||||||
 | 
					    <UseVSHostingProcess>false</UseVSHostingProcess>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
  <PropertyGroup>
 | 
					  <PropertyGroup>
 | 
				
			||||||
    <ApplicationIcon>icon.ico</ApplicationIcon>
 | 
					    <ApplicationIcon>icon.ico</ApplicationIcon>
 | 
				
			||||||
@@ -63,13 +64,17 @@
 | 
				
			|||||||
    <ManifestKeyFile>preview toy_TemporaryKey.pfx</ManifestKeyFile>
 | 
					    <ManifestKeyFile>preview toy_TemporaryKey.pfx</ManifestKeyFile>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
  <PropertyGroup>
 | 
					  <PropertyGroup>
 | 
				
			||||||
    <GenerateManifests>true</GenerateManifests>
 | 
					    <GenerateManifests>false</GenerateManifests>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
  <PropertyGroup>
 | 
					  <PropertyGroup>
 | 
				
			||||||
    <SignManifests>true</SignManifests>
 | 
					    <SignManifests>false</SignManifests>
 | 
				
			||||||
 | 
					  </PropertyGroup>
 | 
				
			||||||
 | 
					  <PropertyGroup />
 | 
				
			||||||
 | 
					  <PropertyGroup>
 | 
				
			||||||
 | 
					    <TargetZone>LocalIntranet</TargetZone>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
  <PropertyGroup>
 | 
					  <PropertyGroup>
 | 
				
			||||||
    <NoWin32Manifest>true</NoWin32Manifest>
 | 
					    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
    <Reference Include="PresentationCore" />
 | 
					    <Reference Include="PresentationCore" />
 | 
				
			||||||
@@ -110,6 +115,7 @@
 | 
				
			|||||||
    </Compile>
 | 
					    </Compile>
 | 
				
			||||||
    <None Include="app.config" />
 | 
					    <None Include="app.config" />
 | 
				
			||||||
    <None Include="preview toy_TemporaryKey.pfx" />
 | 
					    <None Include="preview toy_TemporaryKey.pfx" />
 | 
				
			||||||
 | 
					    <None Include="Properties\app.manifest" />
 | 
				
			||||||
    <None Include="Properties\DataSources\PreviewToyMain.datasource" />
 | 
					    <None Include="Properties\DataSources\PreviewToyMain.datasource" />
 | 
				
			||||||
    <None Include="Properties\Settings.settings">
 | 
					    <None Include="Properties\Settings.settings">
 | 
				
			||||||
      <Generator>SettingsSingleFileGenerator</Generator>
 | 
					      <Generator>SettingsSingleFileGenerator</Generator>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user