Browse Source

Adjusted colum width.

mitm001 8 năm trước cách đây
mục cha
commit
93873dd063

+ 2 - 2
src/docs/asciidoc/jme3/contributions/cubes/settings.adoc

@@ -18,7 +18,7 @@ CubesSettings settings = new CubesSettings(application);
 ----
 ----
 
 
 Now, you can set all needed options via `get`/`set`-methods:
 Now, you can set all needed options via `get`/`set`-methods:
-[cols="3", options="header"]
+[cols="20,15,65", options="header"]
 |===
 |===
 
 
 a| Setting 
 a| Setting 
@@ -53,6 +53,6 @@ You can generate valid test settings by calling `CubesTestAssets.getSettings(app
 
 
 [WARNING]
 [WARNING]
 ====
 ====
-At the moment, changes to the settings won't affect the block world at “runtime, i.e. *after* it's created.
+At the moment, changes to the settings won't affect the block world at "`runtime`", i.e. *after* it's created.
 ====
 ====