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