theme: explicitly hide focus glow for comp menu themes

this was getting clipped under x11 and was displaying itself (poorly) on wayland
This commit is contained in:
Mike Blumenkrantz 2016-04-22 15:14:54 -04:00
parent 6cc1cbcba1
commit c832ca1732
1 changed files with 6 additions and 0 deletions

View File

@ -621,6 +621,9 @@ group { name: "e/comp/frame/menu";
rel2.relative: 0.95 0.9;
}
}
image { "glow";
desc { "focused"; hid; }
}
}
}
@ -633,6 +636,9 @@ group { name: "e/comp/frame/menu/fast";
rel2.relative: 0.95 0.9;
}
}
image { "glow";
desc { "focused"; hid; }
}
}
}