Skip to content

Better UI layout when using columns#683

Merged
adriengivry merged 5 commits intomainfrom
feature/better_ui_layout
Apr 11, 2026
Merged

Better UI layout when using columns#683
adriengivry merged 5 commits intomainfrom
feature/better_ui_layout

Conversation

@adriengivry
Copy link
Copy Markdown
Member

@adriengivry adriengivry commented Apr 10, 2026

Description

Fixed columns not using the full available width by moving to using ImGui tables.

To-Do

  • Fix broken spacing between components
  • Investigate if there is a better way to handle separators
  • Prevent other tables from resizing when a new table is added (e.g. "Add Component")

Related Issue(s)

Fixes #591

Review Guidance

Write here.

Screenshots/GIFs

image

Checklist

  • My code follows the project's code style guidelines
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes don't generate new warnings or errors

@adriengivry adriengivry self-assigned this Apr 10, 2026
@adriengivry adriengivry added QoL Quality of Life : Something that can improve users productivity Editor Something relative with the editor labels Apr 10, 2026
@adriengivry adriengivry changed the title [WIP] Better UI layout when using columns Better UI layout when using columns Apr 10, 2026
@adriengivry adriengivry marked this pull request as ready for review April 11, 2026 19:35
@adriengivry adriengivry merged commit 80bd709 into main Apr 11, 2026
6 checks passed
@adriengivry adriengivry deleted the feature/better_ui_layout branch April 11, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Editor Something relative with the editor QoL Quality of Life : Something that can improve users productivity

Development

Successfully merging this pull request may close these issues.

Better UI layout

1 participant