Implemented UIFontPickerDialog.

Fixed alignment in UILinearLayout when padding is used.
This commit is contained in:
Martín Lucas Golini
2026-06-29 20:32:08 -03:00
parent 3a1c75f4f6
commit 57cdab7b7f
15 changed files with 1298 additions and 17 deletions

View File

@@ -1662,6 +1662,12 @@ workspace "eepp"
files { "src/examples/ui_application_hello_world/*.cpp" }
build_link_configuration( "eepp-ui-application-hello-world", true )
project "eepp-ui-font-picker"
set_kind()
language "C++"
files { "src/examples/ui_font_picker/*.cpp" }
build_link_configuration( "eepp-ui-font-picker", true )
project "eepp-ui-dropdownmodellist"
set_kind()
language "C++"