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

toolbar Position "external Tools" - not correct #302

Open
ltdeta opened this issue Jan 13, 2025 · 2 comments
Open

toolbar Position "external Tools" - not correct #302

ltdeta opened this issue Jan 13, 2025 · 2 comments
Assignees
Labels
bug Pesky little gritter, needs squashing good first issue Good first issue if you are new to developing ;)

Comments

@ltdeta
Copy link

ltdeta commented Jan 13, 2025

Version 1.9.1
The "External Tools" toolbar is not left-aligned. The position used in design mode is applied

private void FillToolLauncherBar()
{
  ...
   //fix: set the initial left align to the toolbar
   externalToolsToolStrip.Left = 0;
  ...
}

grafik

@Hirogen Hirogen self-assigned this Jan 13, 2025
@Hirogen Hirogen added bug Pesky little gritter, needs squashing good first issue Good first issue if you are new to developing ;) labels Jan 13, 2025
@Hirogen
Copy link
Collaborator

Hirogen commented Jan 13, 2025

could you check with the .net 8 version, if this is working as intended?
https://github.com/zarunbal/LogExpert/releases/tag/v.1.10.0_dot_net_8

@ltdeta
Copy link
Author

ltdeta commented Jan 15, 2025

the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Pesky little gritter, needs squashing good first issue Good first issue if you are new to developing ;)
Projects
None yet
Development

No branches or pull requests

2 participants