diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-10-07 19:10:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-10-07 19:10:10 -0400 |
commit | f2a7e1219b7e56b3552dfe27fddb8367694e969c (patch) | |
tree | f0f6169bed775a85e43c11e4263f4cd6dd6aafda /gtk/gtkscrollbar.c | |
parent | e49615184a9d85bb0bb4e289b3ee8252adee3813 (diff) | |
download | gtk+-f2a7e1219b7e56b3552dfe27fddb8367694e969c.tar.gz |
scrollbar: Correct css docs
The .fine-tune class appears on the range node.
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r-- | gtk/gtkscrollbar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index 34d0d4c87b..6f7c1a9fec 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.c @@ -58,9 +58,9 @@ * # CSS nodes * * |[<!-- language="plain" --> - * scrollbar[.fine-tune] + * scrollbar * ╰── box - * ╰── range + * ╰── range[.fine-tune] * ╰── trough * ╰── slider * ]| @@ -69,7 +69,7 @@ * contents. Both the main node and the box subnode get the .horizontal or .vertical * style classes applied, depending on the scrollbar's orientation. * - * The main node gets the style class .fine-tune added when the scrollbar is + * The range node gets the style class .fine-tune added when the scrollbar is * in 'fine-tuning' mode. * * If steppers are enabled, they are represented by up to four additional |