ladybird/Userland
Nick Vella 05914d2e9a LibGUI: Correctly handle ComboBox list windows of less than three items (~50px) in height.
By default, a Window has a minimum size of 50x50 - ComboBox lists aren't
always this tall. We now set the minimum height of the ComboBox Window
according to the height of three items, or the total height of all the
items in the list, whichever is smaller.
This means there is no longer any unpainted space in the list window
due to the shortfall between the ListBox widget and Window heights,
and the ComboBox list window always remains a comfortable height for
viewing. :^)
2021-02-17 23:06:19 +01:00
..
Applications PixelPaint: Open image file passed as argument 2021-02-17 19:39:37 +01:00
Demos CatDog: Set window hit testing to opaque pixels only 2021-02-15 23:07:49 +01:00
DevTools
DynamicLoader
Games
Libraries LibGUI: Correctly handle ComboBox list windows of less than three items (~50px) in height. 2021-02-17 23:06:19 +01:00
MenuApplets
Services WindowServer: Unbreak "pick new active window" algorithm 2021-02-17 16:52:08 +01:00
Shell Shell: Convert dbgprintf() => dbgln() 2021-02-17 16:18:53 +01:00
Tests LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long}) 2021-02-16 10:38:52 +01:00
Utilities PreprocessorTest: Convert dbgprintf() => dbgln() 2021-02-17 15:50:34 +01:00
CMakeLists.txt