Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <% split_view :main_split, :direction => :horizontal do %>
  2.  
  3. <% scroll_view :folder_source_list_scroller, :can_collapse => false ,:min_thickness => 180 do %>
  4. <%= source_list_view :folder_source_list, :view => 'OI.FolderSourceView', :height => 693, :bind => { :content => 'OI.foldersController.arrangedObjects', :selection => 'OI.foldersController.selection' } %>
  5. <% end %>
  6.  
  7. <%= split_divider_view :main_split_divider, :width => 5 %>
  8.  
  9. <% split_view :main, :can_collapse => false, :direction => :horizontal, :min_thickness => 180 do %>
Add Comment
Please, Sign In to add comment