Skip to content

Relocated buttons and re-sized layout. - #3

Open
canix1 wants to merge 1 commit into
miriamxyra:masterfrom
canix1:master
Open

Relocated buttons and re-sized layout.#3
canix1 wants to merge 1 commit into
miriamxyra:masterfrom
canix1:master

Conversation

@canix1

@canix1 canix1 commented Jun 12, 2019

Copy link
Copy Markdown

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.

@miriamxyra

Copy link
Copy Markdown
Owner

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.

@canix1

canix1 commented Jun 12, 2019

Copy link
Copy Markdown
Author

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.

@canix1 canix1 closed this Jun 12, 2019
@canix1 canix1 reopened this Jun 12, 2019
@canix1

canix1 commented Jun 12, 2019

Copy link
Copy Markdown
Author

I opened it from PowerShell command.

@miriamxyra

miriamxyra commented Jun 12, 2019

Copy link
Copy Markdown
Owner

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.

@canix1

canix1 commented Jun 12, 2019

Copy link
Copy Markdown
Author

https://s4udiag.blob.core.windows.net/read/OpenGui.gif

Resolution: 2560 x 1440

@canix1

canix1 commented Jun 12, 2019

Copy link
Copy Markdown
Author

You'll have adaption to the current screen size of the primary screen with this in the PR:
` $GuiWidth = ( Get-CIMInstance Win32_VideoController | Select-Object -Property CurrentHorizontalResolution).CurrentHorizontalResolution

$GuiHeight = ( Get-CIMInstance Win32_VideoController | Select-Object -Property CurrentVerticalResolution).CurrentVerticalResolution`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants