-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New scroll bar on large files #347
Conversation
Changed the style of the scroll bar when the text file containing the password is larger than usual.
Codecov Report
@@ 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.
|
1 similar comment
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 really not an expert on this, but my first guess would be, that you only have to remove these lines from the commit:
|
Sorry I forgot about this... |
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.