mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
added icon tile hint
other stuff
This commit is contained in:
@@ -293,7 +293,10 @@ ShowDockAppSettingsPanel(WAppIcon *aicon)
|
||||
font = WMBoldSystemFontOfSize(scr->wmscreen, 14);
|
||||
WMSetLabelFont(panel->nameLabel, font);
|
||||
WMReleaseFont(font);
|
||||
WMSetLabelText(panel->nameLabel, aicon->wm_class);
|
||||
if (aicon->wm_class && strcmp(aicon->wm_class, "DockApp")==0)
|
||||
WMSetLabelText(panel->nameLabel, aicon->wm_instance);
|
||||
else
|
||||
WMSetLabelText(panel->nameLabel, aicon->wm_class);
|
||||
|
||||
panel->autoLaunchBtn = WMCreateSwitchButton(panel->win);
|
||||
WMResizeWidget(panel->autoLaunchBtn, PWIDTH-30, 20);
|
||||
|
||||
Reference in New Issue
Block a user