FedoraQt / QAdwaitaDecorations

Qt decoration plugin implementing Adwaita-like client-side decorations
GNU Lesser General Public License v2.1
72 stars 8 forks source link

Buttons don't seem to justify properly when window buttons are left-aligned #41

Closed queenbiscuit311 closed 10 months ago

queenbiscuit311 commented 10 months ago

In the screenshot below I have a Konsole and GNOME Console window next to each other. As you can see, the qt decorations don't seem to align or justify properly when the window buttons are set to be on the left. This happens on every app

image

queenbiscuit311 commented 10 months ago

also just noticing that since it doesnt read the gnome dconf settings the window buttons arent actually in the correct order

grulja commented 10 months ago

also just noticing that since it doesnt read the gnome dconf settings the window buttons arent actually in the correct order

Can you try https://github.com/FedoraQt/QAdwaitaDecorations/pull/44?

queenbiscuit311 commented 10 months ago

Will do

EDIT: It works as expected now