Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.52 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <layout name="chatinput_window_new" width="471" height="100" version="0.1" uid="3DCEA24E-DD58-AA51-203F-4DB46629C25D">
  3.   <window>
  4.     <container x="0" y="0" width="471" height="100" params="16" style="4" name="master_container" width_min="90">
  5.       <children>
  6.         <container x="0" y="0" width="471" height="100" params="1048592" style="3" name="bubblecont" tags="chat_bubble" width_min="90">
  7.           <children>
  8.             <closebutton x="449" y="68" width="0" height="0" params="1" style="4" name="helpbutton" background="true" treshold="0" height_min="0" height_max="0"/>
  9.             <container x="0" y="60" width="451" height="57" params="16" style="3" name="chat_input_container">
  10.               <children>
  11.                 <border x="51" y="0" width="400" height="38" params="0" style="8" name="input_border" color="0x0e5e5e5">
  12.                   <children>
  13.                     <region x="1" y="-1" width="0" height="ยด0" params="1" style="3" name="helpbutton_show_hover_region" treshold="0"/>
  14.                     <text x="10" y="9" width="325" height="23" params="16" style="0" name="block_text" caption="%24%7Bchat.input.alert.flood%7D" visible="false" treshold="0">
  15.                       <variables>
  16.                         <var key="antialias_type" value="advanced" type="String"/>
  17.                         <var key="font_face" value="Ubuntu" type="String"/>
  18.                         <var key="font_size" value="14" type="uint"/>
  19.                         <var key="grid_fit_type" value="subpixel" type="String"/>
  20.                         <var key="text_color" value="0xff0000" type="hex"/>
  21.                         <var key="mouse_wheel_enabled" value="false" type="Boolean"/>
  22.                         <var key="sharpness" value="0" type="Number"/>
  23.                         <var key="thickness" value="0" type="Number"/>
  24.                         <var key="bold" value="true" type="Boolean"/>
  25.                         <var key="kerning" value="false" type="Boolean"/>
  26.                         <var key="spacing" value="0" type="Number"/>
  27.                         <var key="leading" value="0" type="Number"/>
  28.                       </variables>
  29.                     </text>
  30.                     <input x="10" y="7" width="326" height="24" params="1" style="0" name="chat_input" caption="${widgets.chatinput.default}" clipping="false" treshold="0" tags="FIT%3AchatInputField">
  31.                       <variables>
  32.                         <var key="always_show_selection" value="true" type="Boolean"/>
  33.                         <var key="antialias_type" value="advanced" type="String"/>
  34.                         <var key="font_face" value="Ubuntu" type="String"/>
  35.                         <var key="font_size" value="17" type="uint"/>
  36.                         <var key="text_color" value="0x777777" type="hex"/>
  37.                         <var key="mouse_wheel_enabled" value="false" type="Boolean"/>
  38.                         <var key="max_chars" value="100" type="int"/>
  39.                         <var key="sharpness" value="0" type="Number"/>
  40.                         <var key="thickness" value="0" type="Number"/>
  41.                         <var key="kerning" value="false" type="Boolean"/>
  42.                         <var key="spacing" value="0" type="Number"/>
  43.                         <var key="leading" value="0" type="Number"/>
  44.                         <var key="focus_capturer" value="true" type="Boolean"/>
  45.                       </variables>
  46.                     </input>
  47.                   </children>
  48.                 </border>
  49.                 <region x="0" y="0" width="0" height="0" params="1" style="3" name="styles" clipping="false">
  50.                   <children>
  51.                     <static_bitmap x="0" y="0" width="0" height="0" params="16" style="3" name="style_bg" clipping="false">
  52.                       <variables>
  53.                         <var key="asset_uri" value="common_chat_style_block" type="String"/>
  54.                         <var key="stretched_x" value="false" type="Boolean"/>
  55.                         <var key="stretched_y" value="false" type="Boolean"/>
  56.                         <var key="fit_size_to_contents" value="true" type="Boolean"/>
  57.                       </variables>
  58.                     </static_bitmap>
  59.                     <static_bitmap x="25" y="10" width="0" height="0" params="16" style="100" name="style_icon" clipping="false" tags="%23icon">
  60.                       <variables>
  61.                         <var key="asset_uri" value="common_chat_styles" type="String"/>
  62.                         <var key="pivot_point" value="center" type="String"/>
  63.                         <var key="stretched_x" value="false" type="Boolean"/>
  64.                         <var key="stretched_y" value="false" type="Boolean"/>
  65.                         <var key="etching_color" value="0x48000000" type="hex"/>
  66.                         <var key="fit_size_to_contents" value="true" type="Boolean"/>
  67.                       </variables>
  68.                     </static_bitmap>
  69.                     <icon x="10" y="17" width="0" height="0" params="0" style="7" dynamic_style="brightness_and_shadow_under" color="0x04c4c4c"/>
  70.                   </children>
  71.                 </region>
  72.               </children>
  73.             </container>
  74.           </children>
  75.         </container>
  76.         <container x="2" y="0" width="0" height="0" params="1179648" style="0" name="chatstyles_menu">
  77.           <filters>
  78.             <DropShadowFilter distance="4" alpha="0.6"/>
  79.           </filters>
  80.         </container>
  81.       </children>
  82.     </container>
  83.   </window>
  84. </layout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement