We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c42bd6 commit 083abacCopy full SHA for 083abac
1 file changed
src/DynamoCoreWpf/Views/Core/DynamoView.xaml.cs
@@ -66,7 +66,7 @@ public partial class DynamoView : Window, IDisposable
66
{
67
public const string BackgroundPreviewName = "BackgroundPreview";
68
private const int SideBarCollapseThreshold = 20;
69
- private const int RightSideBarCollapseThreshold = 30;
+ private const int RightSideBarCollapseThreshold = 100;
70
private const int navigationInterval = 100;
71
private const string GraphMetadataExtensionId = "28992e1d-abb9-417f-8b1b-05e053bee670";
72
// This is used to determine whether ESC key is being held down
0 commit comments