diff options
author | Timm Bäder <mail@baedert.org> | 2017-04-22 06:35:54 +0200 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-04-25 10:56:08 +0100 |
commit | d703cc882d14971b20838d234c4fb457c20162ac (patch) | |
tree | 58bf50da8bc1aca76f8fab979f978173c4cec9ec /gtk/gtkprogressbar.c | |
parent | a919f0c7f3a75226be4e3eaf633409154c166160 (diff) | |
download | gtk+-d703cc882d14971b20838d234c4fb457c20162ac.tar.gz |
progressbar: Fix position of text node in CSS docs
The text node has always been a child node of the progressbar node, not
the trough node, but the docs claimed otherwise.
Diffstat (limited to 'gtk/gtkprogressbar.c')
-rw-r--r-- | gtk/gtkprogressbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index 69114ab2ec..251208b70e 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -75,8 +75,8 @@ * * |[<!-- language="plain" --> * progressbar[.osd] + * ├── [text] * ╰── trough[.empty][.full] - * ├── [text] * ╰── progress[.pulse] * ]| * |