alcadica / develop

A simple tool to help elementary OS developers to develop their own apps and widgets.
https://github.com/alcadica/develop
GNU General Public License v3.0
40 stars 7 forks source link

Don't unnecessarily create a custom close button #17

Closed danirabbit closed 6 years ago

danirabbit commented 6 years ago

https://github.com/alcadica/develop/blob/c6e2f8306368dfb8daf2cba819f43640c3c1c6da/src/Views/Partials/Window/HeaderBar.vala#L28

Instead of doing this, you can just set the property show_close_button = true

gh-alcadica commented 6 years ago

Ah, did not know it. Thanks for tip Daniel!