We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ce667 commit 0719e2bCopy full SHA for 0719e2b
1 file changed
WIMExplorer/Form1.cs
@@ -910,6 +910,9 @@ private async void toolStripButton2_Click(object sender, EventArgs e)
910
private void checkBox1_CheckedChanged(object sender, EventArgs e)
911
{
912
detailsPane.Visible = checkBox1.Checked;
913
+ int left = 0;
914
+ left = (toolStripDropDownButton1.Width + toolStripDropDownButton2.Width + toolStripButton1.Width + toolStripSeparator1.Width + toolStripLabel1.Width);
915
+ textBoxPath.Width = toolStrip1.Width - (left + toolStripButton2.Width) - 10;
916
}
917
918
0 commit comments