Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
cover up scaling cracks
Browse files Browse the repository at this point in the history
make sure the window background underneath everything blends in with indicator bar.
"painting" the cracks seen when qt scaling rounds poorly on certain gu sizes

This happens on the volla phone default scale, and other devices or on different scaling.
  • Loading branch information
mateosalta authored and UniversalSuperBox committed Feb 3, 2021
1 parent 13481a5 commit ee7fdcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/webbrowser/morph-browser.qml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ QtObject {
BrowserWindow {
id: window

color: "#111111"

property alias incognito: browser.incognito
readonly property alias model: browser.tabsModel
readonly property var tabsModel: browser.tabsModel
Expand Down

0 comments on commit ee7fdcf

Please sign in to comment.