From 21462dc25fc7b5de78dd29f6dd8f0675f6df5e36 Mon Sep 17 00:00:00 2001 From: miruka Date: Wed, 19 Aug 2020 07:19:27 -0400 Subject: [PATCH] Remove unused theme smallPaneHighlight property --- TODO.md | 1 - src/themes/Glass.qpl | 1 - src/themes/Midnight.qpl | 1 - 3 files changed, 3 deletions(-) diff --git a/TODO.md b/TODO.md index a121002c..b7aea28c 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,6 @@ - server list sorting method / explain what the % number is (stability) - server list: make it more obvious that it can be scrolled -- server list: make current item highlight more visible - support (shift+)tab in filter fields - clicking cancel on SSO "waiting" box doesn't do anything the first time - spam alt+shift+a when starting app on server browser → segfault diff --git a/src/themes/Glass.qpl b/src/themes/Glass.qpl index a9f962e5..020150e2 100644 --- a/src/themes/Glass.qpl +++ b/src/themes/Glass.qpl @@ -185,7 +185,6 @@ controls: ) color highlightBorder: colors.strongAccentElement int highlightBorderThickness: 1 - color smallPaneHighlight: colors.accentBackground textField: color background: colors.strongBackground diff --git a/src/themes/Midnight.qpl b/src/themes/Midnight.qpl index 2df548d7..b7a95f23 100644 --- a/src/themes/Midnight.qpl +++ b/src/themes/Midnight.qpl @@ -191,7 +191,6 @@ controls: ) color highlightBorder: colors.strongAccentElement int highlightBorderThickness: 1 - color smallPaneHighlight: colors.accentBackground textField: color background: colors.strongBackground