progressbar: Fix position of text node in CSS docs
authorTimm Bäder <mail@baedert.org>
Sat, 22 Apr 2017 04:35:54 +0000 (06:35 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 22 Apr 2017 04:35:54 +0000 (06:35 +0200)
The text node has always been a child node of the progressbar node, not
the trough node, but the docs claimed otherwise.

gtk/gtkprogressbar.c

index 8f1301dbcce4a887da28c8ec81fd3acc31d727e2..1fedb093bea9b745de2d18a4d99c73fdb51dcd46 100644 (file)
@@ -75,8 +75,8 @@
  *
  * |[<!-- language="plain" -->
  * progressbar[.osd]
+ * ├── [text]
  * ╰── trough[.empty][.full]
- *     ├── [text]
  *     ╰── progress[.pulse]
  * ]|
  *