$C = "../Common.ui";

@PrefabBrowserContent = Group {
  LayoutMode: Top;

  Group {
    LayoutMode: Left;
    Anchor: (Bottom: 10, Height: $C.@DropdownBoxHeight);

    $C.@DropdownBox #RootSelector {
      Anchor: (Width: 120, Right: 10, Height: $C.@DropdownBoxHeight);
    }

    $C.@TextField #SearchInput {
      @Anchor = (Left: 0);
      FlexWeight: 1;
      PlaceholderText: %server.customUI.prefabBrowser.searchPlaceholder;
    }
  }

  Group #FileList {
    FlexWeight: 1;
    LayoutMode: TopScrolling;
    ScrollbarStyle: $C.@DefaultScrollbarStyle;
  }
};

