summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-06-10 09:49:29 +0200
committerNico Vertriest <nico.vertriest@digia.com>2015-06-26 11:26:24 +0000
commite1b7c55a43ed62fb558cb3895865cef2b2d63fe6 (patch)
tree219274e20cc57e29e55a66d540d4c2a60868e15b /src/gui
parentdc6191ccb4f03d33314981f71cd63e7aecabe8ef (diff)
Doc: rearrange tables with overflow
Task-number: QTBUG-46475 Change-Id: Id599b2eb0dee0c003475c094ad61700150e37e65 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/doc/src/richtext.qdoc2
-rw-r--r--src/gui/painting/qpainterpath.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/doc/src/richtext.qdoc b/src/gui/doc/src/richtext.qdoc
index 770ff985af..58f7890f8b 100644
--- a/src/gui/doc/src/richtext.qdoc
+++ b/src/gui/doc/src/richtext.qdoc
@@ -874,7 +874,7 @@
The following table lists the HTML tags supported by Qt's
\l{Rich Text Processing}{rich text} engine:
- \table
+ \table 70%
\header \li Tag
\li Description
\li Comment
diff --git a/src/gui/painting/qpainterpath.cpp b/src/gui/painting/qpainterpath.cpp
index e2f267d7ee..48010c0a71 100644
--- a/src/gui/painting/qpainterpath.cpp
+++ b/src/gui/painting/qpainterpath.cpp
@@ -218,7 +218,7 @@ static void qt_debug_path(const QPainterPath &path)
Below is a code snippet that shows how a QPainterPath object can
be used:
- \table 100%
+ \table 70%
\row
\li \inlineimage qpainterpath-construction.png
\li