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:
committed by
Carlos R. Mafra
parent
3b298e8964
commit
5f1e25152c
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user