Skip to content

Commit

Permalink
minor fixes on view dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kfl62 committed Jan 30, 2009
1 parent 551e9e0 commit 1fa8f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/trst_sys/exe/_db_sys_menu_edit.html.erb
Expand Up @@ -2,7 +2,7 @@
# To change this template, choose Tools | Templates
# and open the template in the editor.
%>
<div style="width : 380px; height : 200px;">
<div style="width : 440px; height : 200px;">
<% if params[:obj_id] == "new"
@menu = TrstSysMenu.new
else
Expand Down
2 changes: 1 addition & 1 deletion app/views/trst_sys/exe/_db_sys_submenu_edit.html.erb
Expand Up @@ -2,7 +2,7 @@
# To change this template, choose Tools | Templates
# and open the template in the editor.
%>
<div style="width : 380px; height : 200px;">
<div style="width : 440px; height : 200px;">
<% if params[:obj_id] == "new"
@submenu = TrstSysSubmenu.new
else
Expand Down

0 comments on commit 1fa8f91

Please sign in to comment.