ColinDuquesnoy / QDarkStyleSheet

A dark style sheet for QtWidgets application
Other
2.76k stars 726 forks source link

Match size/behavior of close/float buttons in docks and tabs #267

Closed juanis2112 closed 3 years ago

juanis2112 commented 3 years ago

The idea is to match the size of these two buttons, to the size of the x in the tabs

dpizetta commented 3 years ago

Current size on Windows. Note docks and tabs.

image

dpizetta commented 3 years ago

@juanis2112 please add a similar screenshot from mac in order to compare, please :)

juanis2112 commented 3 years ago

Here is the screenshot for Mac:

Screenshot 2021-03-24 at 10 10 37 AM
juanis2112 commented 3 years ago

Here is the screenshot for Linux: imagen (3)

dpizetta commented 3 years ago

X SIZE IN TABS FOR WINDOWS/LINUX

Original

image

Adjusting padding (1px to 3px) to correct X in tabs for Windows/Linux.

image

DOCK BUTTONS

I needed to change the construction, so now they have the same behavior of tab buttons, so it maybe affects the size in mac, please confirm those for me.

image dock-buttons

dpizetta commented 3 years ago

I need to change the default color in light theme for the dock buttons:

image

juanis2112 commented 3 years ago

This is how it is looking for me now in the current develop branch

Screenshot 2021-03-25 at 3 59 47 PM Screenshot 2021-03-25 at 4 01 26 PM