aonez / aonez/Keka

Maybe adding some "vibrant light" translucency?

Ouverte
#156 1 commentaire 1 réaction 1 personne assignée Réclamée par @aonez Voir sur GitHub
enhancement gui
Langage dominant
PHP
Étoiles
7.3k
Forks
294
Merge moyen
14 j 16 h
PR mergées (30 j)
1

Description

Did you try adding the "Visual Effects View" as the background and adding some slight translucency?

It's really simple to add it, but it makes the app look more "fancy"...

Just drag & drop the "Visual Effects View" to the background and set up the effects in the Attributes Inspector.

If you also want to try out some "fancy" titlebar, you could for example try out the effect like in the Reminders app's sidebar by checking "full size content view" in the Attributes Inspector for your window and adding something like this to it's class:

```
class WindowController: NSWindowController {

override func windowDidLoad() {
super.windowDidLoad()

window?.titleVisibility = .hidden
window?.titlebarAppearsTransparent = true
}
}
```

And you get something like this:
![screen shot 2018-03-21 at 8 53 01 am](https://user-images.githubusercontent.com/37249460/37699062-fd2a3be6-2ce5-11e8-808f-23052ac2a11e.jpg)
![screen shot 2018-03-21 at 8 56 47 am](https://user-images.githubusercontent.com/37249460/37699063-fd4e0ada-2ce5-11e8-8815-ea396b2d7895.jpg)

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.