This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
appeditor/139.patch
2023-11-09 11:39:26 -05:00

22 lines
701 B
Diff

From 4ce39aaa7bef42289ed3d2799b60a551da55a865 Mon Sep 17 00:00:00 2001
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
Date: Thu, 9 Nov 2023 11:37:45 -0500
Subject: [PATCH] Fix flickering titlebar (fix #103)
https://github.com/donadigo/appeditor/issues/103#issuecomment-756924055
---
data/application.css | 1 -
1 file changed, 1 deletion(-)
diff --git a/data/application.css b/data/application.css
index 348573a..4723c80 100644
--- a/data/application.css
+++ b/data/application.css
@@ -36,7 +36,6 @@ window {
.titlebar:backdrop {
border: none;
- background-image: none;
background-color: @bg_color;
box-shadow:
inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2),