Closed destanyol closed 6 years ago
Works on macOS . . well..
Before
After
When hovering
After clicking
This seems to be completely ignoring your styling and taking native rendering for some reason.
Merging #347 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #347 +/- ##
======================================
Coverage 2.92% 2.92%
======================================
Files 36 36
Lines 2698 2698
Branches 360 360
======================================
Hits 79 79
Misses 2618 2618
Partials 1 1
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ad455b4...5da03c4. Read the comment docs.
This change changed the background of file content to white. Was that intended? I liked it more how it was previously.
Ouch it's true, on my Linux it didn't change. I will take a look when I have some spare time. I'm sorry...
I'm really not an expert on this, but my first guess would be, that you only have to remove these lines from the commit:
+ setStyleSheet(QString::fromUtf8(QScrollBar:vertical {
+ border: 1px solid #999999;
+ background:white;
+ width:10px;
+ margin: 0px 0px 0px 0px;
+ }
Sorry I forgot about this... Today I have tried to solve the changes on the background color but I have never used QT before and I have failed. I'm so sorry... I have created a new pull request reverting the changes done here.
Changed the style of the scroll bar when the text file containing the password is larger than usual. I have never used Qt and I am on Linux KDE so I don't know if the change is global.