Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
FeRD (Frank Dana) 2022-10-19 01:19:44 +00:00 committed by Megadash452
parent 52e651a168
commit 4dd55ab2aa

View file

@ -95,9 +95,9 @@ next section) or something else, write the widget's **name** (e.g.
Properties Properties
---------- ----------
Every widget has properties defined by their GObject class. For example, Every widget has properties defined by their GObject class.
Libadwaita Toast properties can be found For example, the Libadwaita documentation lists the
`Link here <https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.2/class.Toast.html#properties>`_. `properties of the Toast class <https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.2/class.Toast.html#properties>`_.
Write properties inside the curly brackets of a widget: Write properties inside the curly brackets of a widget:
.. code-block:: .. code-block::