GLUI: Minor entry height adjustment (#17952)

This commit is contained in:
sonninnos 2025-05-27 18:32:22 +03:00 committed by GitHub
parent 49ee835c82
commit 7426251263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2996,7 +2996,7 @@ static void materialui_compute_entries_box_default(
node->entry_height = node->text_height +
mui->dip_base_unit_size / 10;
node->entry_height += mui->dip_base_unit_size / 10;
node->entry_height += mui->dip_base_unit_size / 15;
node->y = sum;
node->entry_width = node_entry_width;