Rename box now properly aligned in the inventory panel. Commented out some ascent stuff pertaining to drag and drop because, well, it seemed weird.

This commit is contained in:
Shyotl
2012-03-19 23:32:48 -05:00
parent 406ff6872f
commit c07d90a2ba
4 changed files with 70 additions and 40 deletions

View File

@@ -331,6 +331,8 @@ protected:
public:
static F32 sAutoOpenTime;
LLTextBox* mStatusTextBox;
};
bool sort_item_name(LLFolderViewItem* a, LLFolderViewItem* b);