tcorreabr / Parachute

Look at your windows and desktops from above.
GNU General Public License v3.0
356 stars 32 forks source link

Move close button to right #57

Closed DenysMb closed 3 years ago

DenysMb commented 4 years ago

I made some changes to move the close button to right, based on the #53 issue.

Screenshot_20201006_125231

tcorreabr commented 3 years ago

As I really prefer the central alignment, I am thinking about making this a new customizable option.

tcorreabr commented 3 years ago

I changed my mind and switched the alignment of the close button to the right, but in a slightly different way than yours. I decided to avoid using anchors in the ClientComponent for performance reasons and as I was already making these changes, I made the alignment change in the same commit. But thanks for your pull request!