1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:28:13 +00:00
serenity/Libraries
Andreas Kling 29aee5e0d6 LibGUI: Make last auto-sized widget in a BoxLayout fill remaining space
Since space is divided evenly between widgets with SizePolicy::Fill,
we were sometimes ending up with a couple of unused pixels after the
last widget (due to rounding.)

Fix this by always giving the slack pixels at the end to the very last
auto-sized widget in the layout.

This fixes an issue where it was sometimes possible to click on an
"unreachable" part of a Splitter widget. :^)
2020-02-12 14:05:50 +01:00
..
LibAudio LibAudio/Piano: Replace floats with doubles 2020-02-10 14:04:27 +01:00
LibBareMetal LibBareMetal: Add Memory definitions 2020-02-09 19:38:17 +01:00
LibC LibC: Add localtime_r() 2020-02-11 19:36:59 +01:00
LibCore LibCore: Add DateTime::from_timestamp(time_t) 2020-02-11 19:48:46 +01:00
LibELF AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
LibGfx LibGfx: Add Rect::operator!=(Rect) 2020-02-11 11:53:38 +01:00
LibGUI LibGUI: Make last auto-sized widget in a BoxLayout fill remaining space 2020-02-12 14:05:50 +01:00
LibHTML LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
LibIPC LibCore: Merge the CSyscallUtils namespace into Core 2020-02-06 15:04:57 +01:00
LibM LibM: Install immediately after building 2020-02-06 14:28:35 +01:00
LibMarkdown Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
LibPCIDB Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibProtocol IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
LibPthread LibPthread: Install immediately after building 2020-02-06 14:29:07 +01:00
LibThread LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
LibVT LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00