Skip to content
Snippets Groups Projects
Commit dbfa0173 authored by Olivier Fourdan's avatar Olivier Fourdan :tools:
Browse files

menu: Restore “Always below” options


Bug: 15884

That was inadvertently removed by commit 8a16ca2e - “menu: Remove
icons from window menu”.

Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
parent 4b64fdf1
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ static MenuItem menuitems[] = {
{0, NULL}, /* -------------------------------------------------------- */
{MENU_OP_ABOVE, N_("Always on _Top")},
{MENU_OP_NORMAL, N_("_Same as Other Windows")},
{MENU_OP_BELOW, N_("Always _Below Other Windows")},
{MENU_OP_SHADE, N_("Roll Window Up")},
{MENU_OP_UNSHADE, N_("Roll Window Down")},
{MENU_OP_FULLSCREEN, N_("_Fullscreen")},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment