JonasJurczok / factorio-todo-list

A distributed todo list mod for Factorio
MIT License
35 stars 21 forks source link

Make frame/dialogs draggable and move close (minimize) button to title bar #154

Closed veger closed 3 years ago

veger commented 3 years ago

player.gui.center is below player.gui.screen so the dialogs would appear below UI elements of other mods (that use player.gui.screen). Also making the (main) frame draggable is nice, so a user could keep it open in a place that works for him.

Additionally, I removed the 'minimize' button as the close button (x) in the title bar matches the Factorio UI a little better.

If you want I can also replace the cancel buttons of the dialogs with a close button in their titlebars?