-
Notifications
You must be signed in to change notification settings - Fork 108
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
Fixes #235. #256
base: master
Are you sure you want to change the base?
Fixes #235. #256
Conversation
…so added a ScrollViewer so when the dialog is larger than the visible area, you can scroll.
Looks like there are white space differences, so sorry about that. |
This totally works, how come it is not merged to master? |
Tim is probably really busy. I know I haven't given my OSS project much love lately due to busyness. |
But one issue is that the code indention is very weird. Not sure what text editor you are using. Could you possibly fix that? |
Yeah, I can see that last changes are over a year ago. He is probably not maintaining this project now. Sad :( |
Btw, if you tack on |
I used visual studio. If he wants to change that, he can probably just do a one click format in VS to change it to his preferences. |
I'm maintaining, just very very busy lately and don't want to blindly merge http://timheuer.com/blog/ On Thu, Jul 30, 2015 at 9:05 AM, Josh Close notifications@github.com
|
👍 Nice to hear about that. And thanks for getting back to us Tim. |
Resizes the dialog when the keyboard is shown. Also added a ScrollViewer so when the dialog is larger than the visible area, you can scroll and see all the content.