forked from nextcloud/desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eugen Fischer
authored and
Eugen Fischer
committed
Dec 1, 2023
1 parent
2f036c1
commit c8d51f1
Showing
4 changed files
with
215 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2020 by Nicolas Fella <[email protected]> | ||
* Copyright (C) 2020 by Eugen Fischer | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -33,12 +33,7 @@ Button { | |
|
||
icon.width: Style.headerButtonIconSize | ||
icon.height: Style.headerButtonIconSize | ||
icon.color: palette.brightText | ||
font.pixelSize: 8 | ||
|
||
Layout.alignment: Qt.AlignRight | ||
Layout.preferredWidth: Style.trayWindowHeaderHeight | ||
Layout.preferredHeight: Style.trayWindowHeaderHeight | ||
icon.color: Style.nmcBrowserButtonColor | ||
|
||
background: Rectangle { | ||
color: root.hovered || root.visualFocus ? Style.currentUserHeaderTextColor : "transparent" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.