Andreas Kling
3b2120e7b6
LibGUI: Don't paint borders for invisible bars in ToolBarContainer
2020-10-03 19:43:25 +02:00
Andreas Kling
00f47bba23
LibGUI: Don't accomodate invisible children in ToolBarContainer height
...
Skip over invisible children so they don't take up vertical space in
the container. Also make sure we update the preferred size whenever the
widget layout is invalidated.
Fixes #3139 .
2020-10-03 14:01:37 +02:00
Andreas Kling
1887dc6de4
LibGUI: Make ToolBarContainer better at reacting to child events
...
Now you can remove a ToolBar from a ToolBarContainer and it will update
its own preferred size automatically.
2020-04-25 17:16:05 +02:00
Andreas Kling
ab336e895f
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
...
This mimics the Explorer toolbar container from Windows 2000 and looks
pretty neat! :^)
2020-04-23 17:44:49 +02:00