[Feature] Resize Optionsmenu (#406), version 1.2.9.30

This commit is contained in:
Markus Hofknecht 2022-07-09 22:10:53 +02:00
parent 7c8926a29a
commit 3f23f0ebc2
4 changed files with 192 additions and 205 deletions

View file

@ -39,5 +39,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.9.29")]
[assembly: AssemblyFileVersion("1.2.9.29")]
[assembly: AssemblyVersion("1.2.9.30")]
[assembly: AssemblyFileVersion("1.2.9.30")]

File diff suppressed because it is too large Load diff

View file

@ -815,9 +815,20 @@ namespace SystemTrayMenu.UserInterface
{
AdjustControlMultilineIfNecessary(checkBoxStayOpenWhenFocusLost);
dataGridViewFolders.ClearSelection();
tabPageGeneral.AutoScrollMinSize = tabPageGeneral.Size;
tableLayoutPanelGeneral.AutoScrollMinSize = tableLayoutPanelGeneral.Size;
tableLayoutPanelSizeAndLocation.AutoScrollMinSize = tableLayoutPanelSizeAndLocation.Size;
tableLayoutPanelAdvanced.AutoScrollMinSize = tableLayoutPanelAdvanced.Size;
tableLayoutPanelFoldersInRootFolder.AutoScrollMinSize = tableLayoutPanelFoldersInRootFolder.Size;
tableLayoutPanelMain.Dock = DockStyle.Fill;
tabControl.Dock = DockStyle.Fill;
tabPageGeneral.Dock = DockStyle.Fill;
tableLayoutPanelGeneral.Dock = DockStyle.Fill;
tabPageSizeAndLocation.Dock = DockStyle.Fill;
tableLayoutPanelSizeAndLocation.Dock = DockStyle.Fill;
tabPageAdvanced.Dock = DockStyle.Fill;
tableLayoutPanelAdvanced.Dock = DockStyle.Fill;
tabPageFolders.Dock = DockStyle.Fill;
tableLayoutPanelFoldersInRootFolder.Dock = DockStyle.Fill;
}
private void SettingsForm_Shown(object sender, EventArgs e)

View file

@ -66,15 +66,6 @@
<metadata name="ColumnOnlyFiles.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ColumnFolder.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ColumnRecursiveLevel.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ColumnOnlyFiles.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="colorDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>