LinArcX/wmenu

Center wmenu

Opened this issue · 1 comments

Hey there, thanks for the tool

Is there is anyway to center wmenu in the middle with a fixed width ?

Hello,

As you can see here:
https://github.com/LinArcX/wmenu/blob/master/sources/gui/gui.cpp#L276

The x and y are hardcoded to 0. but it's not very hard to implement this feature.

If I have free time, I will implement this feature. Also, PRs are welcome.