Re: Bug: ToolBar always using overflow menu whenever a scaled resolution set

2025-07-19 Thread Cormac Redmond
Confusingly, make the string longer, such as "Create Schema 123 123 123": bp.setTop(new HBox(new ToolBar(new Button("Create Schema 123 123 123"; ...and the overflow doesn't appear (but still, anything between and including 13-24, it does): [image: image.png] Kind Regards, Cormac

Bug: ToolBar always using overflow menu whenever a scaled resolution set

2025-07-19 Thread Cormac Redmond
Hi, There's a bug whenever using a ToolBar on Windows if you set your resolution scale > 100% (which is quite common). E.g., 125%: [image: image.png] E.g., this is what a ToolBar always renders if scale is 125%: [image: image.png] As compared to what you'd expect (scale set to normal/100%): [