From b7cf8d8743eed14367abaa65d872a2a7a93e54b1 Mon Sep 17 00:00:00 2001 From: "sussurro@happypacket.net" Date: Mon, 28 Feb 2011 06:19:10 +0000 Subject: [PATCH] fixed payload box width git-svn-id: https://beef.googlecode.com/svn/trunk@776 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- lib/modules/msfcommand.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/msfcommand.rb b/lib/modules/msfcommand.rb index ca34e060a..6800d914c 100644 --- a/lib/modules/msfcommand.rb +++ b/lib/modules/msfcommand.rb @@ -110,7 +110,7 @@ class Msf < BeEF::Command @info['Data'] << { 'name' => 'PAYLOAD', 'type' => 'combobox', - 'anchor' => '100% -100', + 'anchor' => '95% -100', 'ui_label' => 'Payload', 'store_type' => 'arraystore', 'store_fields' => ['payload'],