1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 23:22:30 +01:00

wmaker: darken labels from docked application settings

This patch darkens DnD labels when support is not compiled in.
This commit is contained in:
David Maciejak
2014-06-12 12:50:45 +07:00
committed by Carlos R. Mafra
parent 3b298e8964
commit 5f1e25152c

View File

@@ -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);