-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Bug]: KInputBox layout is a mess #316
Milestone
Comments
Shouldn't there be text in the label? |
PWagner1
added
in progress
A fix for this issue is in the works.
under investigation
This bug/issue is currently under investigation.
labels
Sep 4, 2021
Not with those parameters.. |
@Smurf-IV Ok, I'll have a look into it when I come back from holiday the following Monday |
I'll probably have a look whilst sorting the RTL for the KMessageBox |
Smurf-IV
added a commit
to Krypton-Suite/Standard-Toolkit-Demos
that referenced
this issue
Sep 12, 2021
Smurf-IV
added a commit
that referenced
this issue
Sep 12, 2021
Smurf-IV
added
completed
This issue has been completed.
and removed
under investigation
This bug/issue is currently under investigation.
in progress
A fix for this issue is in the works.
labels
Sep 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Using 2109 Canary
and the following code
var label = KryptonInputBox.Show(string.Empty, @"Please enter the Label text", string.Empty, @"Label text", Color.CadetBlue, null, false);
results in this:
The text was updated successfully, but these errors were encountered: