GLUI: Minor entry height adjustment (#17952)
This commit is contained in:
parent
49ee835c82
commit
7426251263
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue