1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Nice tab title spacing

This commit is contained in:
Emil Ernerfeldt
2023-05-04 16:13:42 +02:00
parent 6f69a143fe
commit 09081cf4fc
3 changed files with 35 additions and 23 deletions

View File

@@ -65,7 +65,7 @@ impl Default for DockBehavior {
fn default() -> Self {
Self {
simplification_options: Default::default(),
tab_bar_height: 20.0,
tab_bar_height: 24.0,
gap_width: 2.0,
add_child_to: None,
}