Przeglądaj źródła

Fixed formatting issues.

mitm 7 lat temu
rodzic
commit
c5ccf0175a

+ 5 - 3
src/docs/asciidoc/jme3/advanced/nifty_gui_best_practices.adoc

@@ -31,7 +31,7 @@ You can build Nifty GUIs using XML or Java syntax. Which one should you choose?
 *  The <<sdk#,jMonkeyEngine SDK>> includes an XML editor and a special previewer for Nifty +++<abbr title="Graphical User Interface">GUI</abbr>+++ files.
 *  When you open an XML file, you can switch between XML Editor and +++<abbr title="Graphical User Interface">GUI</abbr>+++ Preview mode.
 
-Tip: The +++<abbr title="Graphical User Interface">GUI</abbr>+++ category in the New File wizard also contains Nifty code samples.
+TIP: The +++<abbr title="Graphical User Interface">GUI</abbr>+++ category in the New File wizard also contains Nifty code samples.
 
 
 == Validate the XML before loading
@@ -72,8 +72,10 @@ The link:http://nifty-gui.sourceforge.net/projects/1.4.2/nifty/nifty/apidocs/ind
 
 Screens, layers, and panels…
 
-*  … can have an RGBA background color. +You can use temporary colors during the design phase to highlight which container is which.
-*  … can be transparent. +In the finished +++<abbr title="Graphical User Interface">GUI</abbr>+++, screens, layers, and panels are typically transparent; the visible elements are the images, text fields, and controls, inside the panels.
+*  … can have an RGBA background color. +
+You can use temporary colors during the design phase to highlight which container is which.
+*  … can be transparent. +
+In the finished +++<abbr title="Graphical User Interface">GUI</abbr>+++, screens, layers, and panels are typically transparent; the visible elements are the images, text fields, and controls, inside the panels.
 
 
 [TIP]