1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-12 11:52:06 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
ff321d53ef GComboBox: Don't make the list window wider than the widget unless needed. 2019-06-22 10:50:58 +02:00
Andreas Kling
7d17689e17 LibGUI: Add a new GComboBox widget.
This widget combines a GTextEditor, a GButton, a GWindow and a GListView
to implement a nice drop-down list.

It's currently using the GWindowType::Tooltip type because that's the most
appropriately behaving window type available at the moment. This should
definitely be fixed though.
2019-06-22 10:47:29 +02:00