Fix: issue #387 transparent menu bar (and two other theme issues) #388
Reference in New Issue
Block a user
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using Kubuntu 17.10 (KDE Plasma 5.10.5) with Breeze Dark theme selected, the main MenuBar is transparent, the Settings window background is white (instead of dark), and the Save New Profile dialog is not themed correctly. Modified the following to fix these issues:
app/qml/main.qml (line 65)
app/qml/SettingsWindow.sql (added lines 35 and 36)
app/sql/InsertNameDialog.sql (added lines 34 and 35)
(first time I've dabbled with QML, so not sure if there's a better/proper way of doing this)
Sorry for the very late response... I see a couple of issue with this pull request...
Pull request closed