Skip to content

Commit 083abac

Browse files
authored
DYN-9601: Increase the minimum threshold for the right sidebar (#17036)
1 parent 9c42bd6 commit 083abac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DynamoCoreWpf/Views/Core/DynamoView.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public partial class DynamoView : Window, IDisposable
6666
{
6767
public const string BackgroundPreviewName = "BackgroundPreview";
6868
private const int SideBarCollapseThreshold = 20;
69-
private const int RightSideBarCollapseThreshold = 30;
69+
private const int RightSideBarCollapseThreshold = 100;
7070
private const int navigationInterval = 100;
7171
private const string GraphMetadataExtensionId = "28992e1d-abb9-417f-8b1b-05e053bee670";
7272
// This is used to determine whether ESC key is being held down

0 commit comments

Comments
 (0)