기본 수정사항
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<Style src="project://database/Assets/08_UI/GlobalStyle.uss?fileID=7433441132597879392&guid=daee454451ae094468e43c05937249f6&type=3#GlobalStyle"/>
|
||||
<ui:VisualElement name="Body" style="flex-grow: 1; flex-direction: column; justify-content: flex-end; flex-shrink: 1; width: 1920px; height: 1080px; align-content: auto; align-self: auto;">
|
||||
<ui:VisualElement name="DumyBox" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); height: auto; flex-shrink: 1;"/>
|
||||
<ui:VisualElement name="DialogField" style="flex-grow: 0; width: auto; height: 480px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; background-color: rgba(0, 0, 0, 0.624); justify-content: flex-start; align-content: flex-start; flex-direction: column; flex-shrink: 0;">
|
||||
<ui:Label text="nnn" name="SpeakerName" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; height: 100px; width: 400px; -unity-text-align: middle-center;"/>
|
||||
<ui:Label text="Label" name="DialogText" style="text-overflow: ellipsis; flex-shrink: 1; flex-grow: 1; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px;"/>
|
||||
<ui:VisualElement name="DialogField" style="flex-grow: 0; width: auto; height: 480px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; background-color: rgba(0, 0, 0, 0); justify-content: flex-start; align-content: flex-start; flex-direction: column; flex-shrink: 0;">
|
||||
<ui:Label text="nnn" name="SpeakerName" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; height: 100px; width: 400px; -unity-text-align: middle-center; border-left-color: rgb(81, 161, 255); border-right-color: rgb(81, 161, 255); border-top-color: rgb(81, 161, 255); border-bottom-color: rgb(81, 161, 255); border-top-width: 5px; border-right-width: 5px; border-bottom-width: 0; border-left-width: 5px; background-color: rgba(0, 0, 0, 0.588);"/>
|
||||
<ui:Label text="Label" name="DialogText" style="text-overflow: ellipsis; flex-shrink: 1; flex-grow: 1; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border-left-color: rgb(81, 161, 255); border-right-color: rgb(81, 161, 255); border-top-color: rgb(81, 161, 255); border-bottom-color: rgb(81, 161, 255); border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; background-color: rgba(0, 0, 0, 0.588);"/>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
||||
Reference in New Issue
Block a user