1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 05:14:13 +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 #else
WMSetTextFieldEditable(panel->dndCommandField, False); WMSetTextFieldEditable(panel->dndCommandField, False);
WMSetLabelText(panel->dndCommandLabel, _("DND support was not compiled in")); WMSetLabelText(panel->dndCommandLabel, _("DND support was not compiled in"));
WMSetFrameTitleColor(panel->dndCommandFrame, WMDarkGrayColor(scr->wmscreen));
WMSetLabelTextColor(panel->dndCommandLabel, WMDarkGrayColor(scr->wmscreen));
#endif #endif
WMMapSubwidgets(panel->dndCommandFrame); WMMapSubwidgets(panel->dndCommandFrame);