Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
57529497
Unverified
Commit
57529497
authored
2 years ago
by
Nicolas Werner
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1239 from q234rty/master
Fix more blurry icons under HiDPI
parents
59703d3c
93291abf
No related branches found
No related tags found
No related merge requests found
Pipeline
#3965
passed
2 years ago
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/qml/EncryptionIndicator.qml
+2
-2
2 additions, 2 deletions
resources/qml/EncryptionIndicator.qml
resources/qml/TopBar.qml
+0
-2
0 additions, 2 deletions
resources/qml/TopBar.qml
with
2 additions
and
4 deletions
resources/qml/EncryptionIndicator.qml
+
2
−
2
View file @
57529497
...
...
@@ -34,8 +34,8 @@ Image {
width
:
16
height
:
16
sourceSize.height
:
height
*
Screen
.
devicePixelRatio
sourceSize.width
:
width
*
Screen
.
devicePixelRatio
sourceSize.height
:
height
sourceSize.width
:
width
source
:
{
if
(
encrypted
)
{
switch
(
trust
)
{
...
...
This diff is collapsed.
Click to expand it.
resources/qml/TopBar.qml
+
0
−
2
View file @
57529497
...
...
@@ -228,8 +228,6 @@ Pane {
Layout.maximumWidth
:
Nheko
.
avatarSize
-
Nheko
.
paddingMedium
contentItem
:
EncryptionIndicator
{
sourceSize.height
:
parent
.
Layout
.
preferredHeight
*
Screen
.
devicePixelRatio
sourceSize.width
:
parent
.
Layout
.
preferredWidth
*
Screen
.
devicePixelRatio
encrypted
:
isEncrypted
trust
:
trustlevel
enabled
:
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment