Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue of Size and Position Property in ViewStyle #6671

Merged
merged 6 commits into from
Feb 18, 2025

Conversation

AdunFang
Copy link
Contributor

Description of Change

API Changes

  • ACR:

Copy link
Contributor

@huayongxu huayongxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

}

SetValue(PositionXProperty, x);
SetValue(PositionYProperty, y);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PositionZProperty need be added. If not, TC would fail in TCT.

}

SetValue(SizeWidthProperty, width);
SetValue(SizeHeightProperty, height);
Copy link
Contributor

@huayongxu huayongxu Feb 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SizeDepthProperty need be added. If not, TC would fail in TCT.

Copy link
Contributor

@dongsug-song dongsug-song left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@dongsug-song dongsug-song merged commit 9e569ec into Samsung:DevelNUI Feb 18, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants