Skip to content

Commit

Permalink
Query Builder panel tiny improved
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Aug 5, 2023
1 parent 7df4256 commit 24e9b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FetchXmlBuilder/DockControls/TreeBuilderControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ private void TreeBuilderControl_FormClosing(object sender, FormClosingEventArgs

private void TreeBuilderControl_Load(object sender, EventArgs e)
{
splitContainer1.SplitterDistance = splitContainer1.Height * 3 / 4;
splitContainer1.SplitterDistance = splitContainer1.Height / 2;
}

private void tvFetch_AfterSelect(object sender, TreeViewEventArgs e)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24e9b6c

Please sign in to comment.