How to make shader texture properties small

Hi, I made a shader and it has texture properties. But my texture properties look different with the material which use Standard Shader. How can I make the properties’ appearance like Standard Shader?
You can understand easily if you watch the image. Thank you :slight_smile:

Write a custom MaterialEditor or a MaterialPropertyDrawer. You can use THIS method to draw the propery GUI.