浏览代码

Make master preview have a default position similar to the blackboard

/main
Jens Holm 6 年前
当前提交
3531f878
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 7
      com.unity.shadergraph/Editor/Resources/Styles/MasterPreviewView.uss

7
com.unity.shadergraph/Editor/Resources/Styles/MasterPreviewView.uss


MasterPreviewView {
flex-direction: column;
position-type: absolute;
position-right: 0;
position-bottom: 0;
position-right: 10;
position-bottom: 10;
min-width: 200;
min-height: 200;
border-radius: 6;
border-top-width: 1;
border-bottom-width: 1;

}
MasterPreviewView > #top {

正在加载...
取消
保存