Skip to content

Binary edit: remove detail-pane forced checkbox, tidy detail layout#11499

Merged
niksedk merged 1 commit into
mainfrom
binary-edit-forced-flag-cleanup
Jun 8, 2026
Merged

Binary edit: remove detail-pane forced checkbox, tidy detail layout#11499
niksedk merged 1 commit into
mainfrom
binary-edit-forced-flag-cleanup

Conversation

@niksedk

@niksedk niksedk commented Jun 8, 2026

Copy link
Copy Markdown
Member

Follow-up to #11498.

Changes

  • Removed the forced checkbox from the detail pane at the bottom of the Binary Edit window. The forced flag is now edited only via the grid's Forced column (click or Space to toggle across selected rows).
  • Verified the forced binding: the grid checkbox binds to BinarySubtitleItem.IsForced (Avalonia's IsChecked defaults to TwoWay), and DataGridCheckboxMultiSelect toggles all selected rows — no functionality lost by dropping the detail-pane checkbox.
  • Detail-pane layout: the position/size status was split into two separate Position and Size labels, aligned under the X/Y and screen width/height fields respectively (previously a single two-line label).
  • Grid column widths: widened the Forced column, narrowed Show slightly, and widened Duration by ~10px.

🤖 Generated with Claude Code

- Remove the forced checkbox from the detail pane; the forced flag is now
  edited solely via the grid's Forced column
- Widen the grid's Forced column and tweak Show/Duration column widths
- Split the position/size status into separate Position and Size labels,
  aligned under the X/Y and screen width/height fields

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@niksedk niksedk merged commit f5e158e into main Jun 8, 2026
1 of 3 checks passed
@niksedk niksedk deleted the binary-edit-forced-flag-cleanup branch June 8, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant