소스 검색

Update label.adoc

Turned note text into Admonition.
mitm001 9 년 전
부모
커밋
3a6c0124b5
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/docs/asciidoc/jme3/contributions/tonegodgui/label.adoc

+ 3 - 1
src/docs/asciidoc/jme3/contributions/tonegodgui/label.adoc

@@ -12,8 +12,10 @@ Though there was no real need for providing a Label class, as the Element class
 *  1. Provide the 3 common constructors
 *  1. Provide the 3 common constructors
 *  2. Use of styles to allow for global settings for all text using the Label class.
 *  2. Use of styles to allow for global settings for all text using the Label class.
 
 
-NOTE:
+[NOTE]
+====
 Style information can be overridden by any instance by using the Text/Font setters provided by the Element class
 Style information can be overridden by any instance by using the Text/Font setters provided by the Element class
+====
 
 
 '''
 '''