diff --git a/MatterControlLib/ControlElements/StyledMessageBoxWindow.cs b/MatterControlLib/ControlElements/StyledMessageBoxWindow.cs index 4d9c1449b..9b0493b16 100644 --- a/MatterControlLib/ControlElements/StyledMessageBoxWindow.cs +++ b/MatterControlLib/ControlElements/StyledMessageBoxWindow.cs @@ -99,7 +99,7 @@ namespace MatterHackers.MatterControl public MessageBoxPage(Action callback, string message, string caption, MessageType messageType, GuiWidget[] extraWidgetsToAdd, double width, double height, string yesOk, string noCancel, ThemeConfig theme, bool useMarkdown = false) : base((noCancel == "") ? "No".Localize() : noCancel) { - this.WindowSize = new Vector2(width, height); + this.WindowSize = new Vector2(width * GuiWidget.DeviceScale, height * GuiWidget.DeviceScale); if (yesOk == "") { diff --git a/MatterControlLib/Library/Widgets/LibraryWidget.cs b/MatterControlLib/Library/Widgets/LibraryWidget.cs index ff772c9d9..61efce65a 100644 --- a/MatterControlLib/Library/Widgets/LibraryWidget.cs +++ b/MatterControlLib/Library/Widgets/LibraryWidget.cs @@ -66,7 +66,7 @@ namespace MatterHackers.MatterControl.PrintLibrary private GuiWidget searchButton; private TreeView libraryTreeView; - public bool ShowContainers { get; private set; } + public bool ShowContainers { get; private set; } = true; public LibraryWidget(MainViewWidget mainViewWidget, ThemeConfig theme) { diff --git a/Submodules/agg-sharp b/Submodules/agg-sharp index f1ecc6df8..3cb903b43 160000 --- a/Submodules/agg-sharp +++ b/Submodules/agg-sharp @@ -1 +1 @@ -Subproject commit f1ecc6df8707f9c2944c11c651e7401bf8beeb95 +Subproject commit 3cb903b4355aef9bd5764d3e6066d6bc3746df2d