-
Notifications
You must be signed in to change notification settings - Fork 30
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
Enhancement - Save automatically dialog/columns size/position #51
Comments
I added saving of panel sizes. Dialog positions always show in the center of the main window to make sure they are easy to find. Main window size and position was already saved. Is there anything else that could be saved? |
Now it works fine. Thanks. Small OT Please check here kingfisher63/avm_juischeck#5 If you want to help me please post me your suggestion to bovirus at gmail . com I will delete the text of small OT afterwards. |
To add translation you need to open controls/forms with visual studio in preview mode, select the top and change Localizable to true. Then you can select which language to add. For strings in code you can move them to a separate .resx file. This can be mostly automated by using resharper's Move... command on the string. Since the issue is solved I'm closing it. |
Let me know if you are planning to add or suggest any more improvements. I'm planning on releasing a new version tomorrow. |
You can close. Please take a look to the project/my request if you can help me. |
@HakanL
Currently the program don't save dialog/column size/positiion.
Then every time that I re-run the exe file I have to resize the columns/windows as I like.
Could be possible to modify the source code to save dialog/columns size/position?
Thanks.
The text was updated successfully, but these errors were encountered: