Files
stas-barecky/Library/PackageCache/com.unity.shadergraph@3cfe1d1f3f8c/Editor/Resources/Styles/Controls/ChannelEnumMaskControlView.uss
2026-01-08 20:43:08 +05:00

14 lines
255 B
Plaintext

ChannelEnumMaskControlView {
flex-direction: row;
padding-left: 8px;
padding-right: 8px;
padding-top: 4px;
padding-bottom: 4px;
width: 200px;
}
ChannelEnumMaskControlView > IMGUIContainer {
flex-direction: row;
flex: 1;
}