Page MenuHomePhabricator

Wrong dark theme styling
Closed, ResolvedPublic

Assigned To
Authored By
kislinsk
Aug 19 2017, 12:41 AM
Referenced Files
F853450: right_arrows.svg
Aug 19 2017, 9:39 PM
F852974: Capture.PNG
Aug 19 2017, 12:41 AM
F852978: Capture3.PNG
Aug 19 2017, 12:41 AM
F852973: Capture2.PNG
Aug 19 2017, 12:41 AM
Subscribers

Description

Toolbar expand buttons

Capture.PNG (129×603 px, 9 KB)

Capture2.PNG (134×603 px, 9 KB)

Event Timeline

do you know what that expand button is called?

Good question. Maybe something mentioned for the QToolButton in the QSS Reference.

yes ... the QToolButton#qt_toolbar_ext_button apparently
I cant commit things from home (dont have the key)
so if you want to fix it quickly add this svg to /org.blueberry.ui.qt/resources/dark and the qrc


and do this in darkstyle.qss:

 QToolButton#qt_toolbar_ext_button
 {
-  background: #58595a
+  image: url(:/org.blueberry.ui.qt/dark/right_arrows.svg);
 }

otherwise i will fix this and some color mismatches i noticed the week after next

done and merged to master (also did other minor beautifications to the dark theme toolbar in the process)