This patch darkens DnD labels in docked app settings when support is
not compiled in.

---
 src/dockedapp.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/dockedapp.c b/src/dockedapp.c
index a7bca3b..6a84afc 100644
--- a/src/dockedapp.c
+++ b/src/dockedapp.c
@@ -316,6 +316,9 @@ void ShowDockAppSettingsPanel(WAppIcon * aicon)
 #else
  WMSetTextFieldEditable(panel->dndCommandField, False);
  WMSetLabelText(panel->dndCommandLabel, _("DND support was not compiled in"));
+
+ WMSetFrameTitleColor(panel->dndCommandFrame, WMDarkGrayColor(scr->wmscreen));
+ WMSetLabelTextColor(panel->dndCommandLabel, WMDarkGrayColor(scr->wmscreen));
 #endif
  WMMapSubwidgets(panel->dndCommandFrame);

-- 
1.8.3.2

Attachment: 0002-wmaker-darken-labels-from-docked-application-setting.patch
Description: Binary data

Reply via email to