Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/worktrees/determined-wu-ac7e5c
Submodule determined-wu-ac7e5c added at fb30e8
2 changes: 1 addition & 1 deletion EmoTracker/UI/LayoutControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
</Grid>
<!-- Content area -->
<Grid Grid.Row="1"
Background="{Binding Background, Converter={x:Static converters:StringToBrushConverter.Instance}, TargetNullValue=#66212121, FallbackValue=#66212121}">
Background="{Binding Background, Converter={x:Static converters:StringToBrushConverter.Instance}, TargetNullValue=#66212121, FallbackValue=#66212121}" ClipToBounds="True">
<!-- Use a single-cell Grid panel (not StackPanel) so children
receive the GroupBox content area's finite height constraint.
StackPanel measures children at infinite height in the stacking
Expand Down
2 changes: 1 addition & 1 deletion EmoTracker/UI/PackageManagerWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<!-- Package list -->
<ScrollViewer Grid.Row="1" Grid.Column="1"
VerticalScrollBarVisibility="Auto"
HorizontalScrollBarVisibility="Disabled">
HorizontalScrollBarVisibility="Disabled" ClipToBounds="True">
<Grid TextElement.Foreground="WhiteSmoke" Grid.IsSharedSizeScope="True" MinHeight="50">

<!-- Empty state message -->
Expand Down
Loading