summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniojpfernandes@gmail.com>2021-02-14 15:20:54 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2021-02-14 15:20:54 +0000
commita810f600bfa3ed8340ce8e1799257e7cfa7d2aeb (patch)
treee05e5386d8eef1e0e97fb63b57c8cd1e0204e127
parent0222d389eefe5ec5cef6282912b78ebac791cc40 (diff)
downloadgtk+-a810f600bfa3ed8340ce8e1799257e7cfa7d2aeb.tar.gz
docs: Mark heading in migration guide
This heading was missing from the index because it was not marked as one
-rw-r--r--docs/reference/gtk/migrating-3to4.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/migrating-3to4.md b/docs/reference/gtk/migrating-3to4.md
index 597e77c78e..c1670e4e2f 100644
--- a/docs/reference/gtk/migrating-3to4.md
+++ b/docs/reference/gtk/migrating-3to4.md
@@ -135,7 +135,7 @@ These functions are not supported in GTK 4. Instead, either use
backend-specific APIs, or render your widgets using
#GtkWidgetClass.snapshot() (once you are using GTK 4).
-Stop using GtkButton's image-related API
+### Stop using GtkButton's image-related API
The functions and properties related to automatically add a GtkImage
to a GtkButton, and using a GtkSetting to control its visibility, are