Relocated buttons and re-sized layout. - #3
Conversation
|
How did you open EventList? Using powershell.exe or via powershell_ise.exe? I would like to make the GUI size scaling in the near future. |
|
|
I opened it from PowerShell command. |
|
Can you please send me a Screenshot of how EventList looks like for you without the PR? What's your resolution? Will investigate later. Thanks. |
|
https://s4udiag.blob.core.windows.net/read/OpenGui.gif Resolution: 2560 x 1440 |
|
You'll have adaption to the current screen size of the primary screen with this in the PR: $GuiHeight = ( Get-CIMInstance Win32_VideoController | Select-Object -Property CurrentVerticalResolution).CurrentVerticalResolution` |
I could not access all buttons due to the size of the form and lack of scroll functions.
So I moved Close and Configure Eventlist buttons and changed width and height of form and panels to fit CheckedListBox.