Extended the actions column width on Series Grid - FF was creating two rows of buttons.

This commit is contained in:
Mark McDowall
2011-11-23 16:39:21 -08:00
parent 3c273b9328
commit 04c71ff64c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ NzbDrone
{
commands.Edit().ButtonType(GridButtonType.Image);
commands.Delete().ButtonType(GridButtonType.Image);
}).Title("Actions").Width(80);
}).Title("Actions").Width(90);
})
.Editable(editor => editor.Mode(GridEditMode.PopUp))