tsujan / BreezeEnhanced

A fork of KDE Breeze decoration with additional options
GNU General Public License v3.0
162 stars 13 forks source link

[Feature Request] Configurable padding between buttons and title. #24

Closed Kodehawa closed 4 years ago

Kodehawa commented 4 years ago

Title. I would love to be able to configure the padding (in px) between the buttons and the title (aka, this)

I don't know if such feature is possible to implement as a configuration, but it would be amazing to, imo.

tsujan commented 4 years ago

I don't know if it's possible in BreezeEnhanced's code but will investigate it later.

I always use centered text:

centered

tsujan commented 4 years ago

Done in https://github.com/tsujan/BreezeEnhanced/commit/6b1cd4dea014943a061b549f1b77627092a85b0c :

title_margin

Please upgrade to the latest git.

Please also note that:

(1) This is an extra margin, which will be added to the current small margin. So, if it's zero (the default), there is still a small margin.

(2) It is for both left and right sides.

Kodehawa commented 4 years ago

Woah I love you.