Skip to content

Commit 78ed2d1

Browse files
committed
PlannerGUI - Realized that the resizing issue isn't with the doubleslider, but with the entire scroll area of tab! Other elements never contract, like the text entry and combo-box.
* minimal test-case created on the egui_dock repo - anhosh/egui_dock#269
1 parent cf5a00e commit 78ed2d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/planner_gui_egui/src/project/unit_assignments_tab.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ use crate::ui_component::{ComponentState, UiComponent};
2929
// TODO make the *content* of the table rows non-selectable. (the rows should still be selectable)
3030
// TODO remove form debugging borders
3131

32+
// FIXME this tab highlights issues with egui_dock + egui_taffy where elements grow but do not shrink, see https://github.com/Adanos020/egui_dock/pull/269
33+
3234
#[derive(Derivative)]
3335
#[derivative(Debug)]
3436
pub struct UnitAssignmentsUi {

0 commit comments

Comments
 (0)