UI cleanup.
-Added ui-local transformation matrix. -Gutted legacy commitcallbacks throughout ui widget ctors. -Created filter_editor ui widget which issues commit on keypress -search_editor commits on focus loss/enter press -search_editor and filter_editor now have a built in 'x' button to clear text. -LLComboBox::setPrearrangeCallback now uses boost::function -LLComboBox::setTextEntryCallback now uses boost::function -LLLineEditor::setKeystrokeCallback now uses boost::function -LLLineEditor::setPrevalidate now uses boost::function -LLPanel::childSetKeystrokeCallback removed -LLPanel::childSetPrevalidate removed -LLPanel::childSetActionTextbox now uses boost::function -LLTextBox::setClickedCallback now uses boost::function -LLTextEditor::setKeystrokeCallback added. -Cleaned up JCFloaterAreaSearch
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
<tab_container border="false" bottom_delta="20" width="410" height="300" left="175" mouse_opaque="false" name="actions_tab_container" tab_position="top" follows="left|top|right|bottom">
|
||||
<panel border="false" bottom_delta="0" follows="right|top" height="300" label="Inventory" left="0" mouse_opaque="false" name="server_tab" width="410">
|
||||
<search_editor bottom_delta="-20" enabled="true" follows="left|top|right" height="16"
|
||||
<filter_editor bottom_delta="-20" enabled="true" follows="left|top|right" height="16"
|
||||
label="Type here to search" left="0" mouse_opaque="true"
|
||||
name="inventory search editor" width="271" />
|
||||
<inventory_panel allow_multi_select="false" border="true" bottom="-270" enabled="true"
|
||||
|
||||
Reference in New Issue
Block a user