Skip to content

Commit 80de79f

Browse files
committed
Implement object menu.
1 parent 5077b17 commit 80de79f

15 files changed

Lines changed: 392 additions & 221 deletions

src/editor/src/ui/theme.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ prv_theme_vertical_to_horizontal_ratio(void) {
1010
// Returns width in range [0.0; 1.0] of the left panel (displays world inspector and filesystem panel).
1111
static inline float
1212
theme_get_left_panel_width(void) {
13-
return 0.125f;
13+
return 0.12f;
1414
}
1515

1616
// Returns width in range [0.0; 1.0] of the right panel (displays object inspector).
1717
static inline float
1818
theme_get_right_panel_width(void) {
19-
return 0.125f;
19+
return 0.12f;
2020
}
2121

2222
static inline void

0 commit comments

Comments
 (0)