Skip to content

GUI: Wrap asset validation warnings - #1316

Open
Tabakkui wants to merge 1 commit into
RavenProject:developfrom
Tabakkui:fix/issue-981-wrap-asset-warnings
Open

Tabakkui wants to merge 1 commit into
RavenProject:developfrom
Tabakkui:fix/issue-981-wrap-asset-warnings

Conversation

@Tabakkui

Copy link
Copy Markdown

Problem

Issue #981 reports that long asset-creation validation warnings are clipped on Ubuntu. The screenshots show the red verifier warning rendered as one horizontal line, with the valid-character explanation or invalid-address details extending beyond the visible form.

Change

Enable wordWrap on labelVerifierStringErrorMessage, the existing QLabel used by CreateAssetDialog::showInvalidVerifierStringMessage(). Long verifier validation messages now wrap within the form's available width.

Test plan

  • git diff --check
  • Parsed src/qt/forms/createassetdialog.ui with Python's XML parser.
  • Verified the labelVerifierStringErrorMessage widget has wordWrap=true.

No executable code or consensus behavior was changed. A full Qt build was not run on the unconfigured ARM64 checkout; the authorized PC should run the Qt build/test gate.

Refs #981

Allow long verifier validation messages to wrap within the asset creation form instead of being clipped horizontally.

Refs RavenProject#981
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