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

Move GPU and CPU Names Elsewhere #147

Closed
red-ray opened this issue Jun 28, 2021 · 2 comments
Closed

Move GPU and CPU Names Elsewhere #147

red-ray opened this issue Jun 28, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@red-ray
Copy link

red-ray commented Jun 28, 2021

WhyNotSpaceForAllTheGPUs

@rcmaehl
Copy link
Owner

rcmaehl commented Jun 28, 2021

I may just remove the CPU and GPU names out of the boxes to somewhere else.

@rcmaehl rcmaehl self-assigned this Jun 28, 2021
@rcmaehl rcmaehl added the enhancement New feature or request label Jun 28, 2021
@rcmaehl rcmaehl changed the title The GPUs field need to resize so all the GPU information will fit Move GPU and CPU Names Elsewhere Jun 28, 2021
@Qazy147
Copy link
Contributor

Qazy147 commented Jun 28, 2021

Or maybe use something like this:

Func _GUICtrlSetDataAndTip($id, $data, $tip=$data)
    GUICtrlSetData($id, $data)
    GUICtrlSetTip($id, $tip)
EndFunc

And replace GUICtrlSetData by this function.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants