Create HeaderButton QML component
authorNicolas Fella <nicolas.fella@gmx.de>
Mon, 15 Jun 2020 13:35:34 +0000 (15:35 +0200)
committerCamila <smayres@gmail.com>
Mon, 15 Jun 2020 18:52:41 +0000 (20:52 +0200)
commitbe2e5266aa1d00da5600c6cb7a96b5cfe17cae6b
tree5c8795f04373085cec5b470b23636ba09a951ff7
parentcf6ac3d14e92d26310df837bc80fd404e2838f58
Create HeaderButton QML component

Deduplicate the Button code by moving it into a separate file.

Also use the same background code for the apps button since as far as I can tell it didn't behave any different

Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
resources.qrc
src/gui/tray/HeaderButton.qml [new file with mode: 0644]
src/gui/tray/Window.qml