[libadwaita/wip/exalm/selection-icon] doc: Mention icon changes in the migration guide




commit 970d6ed9a5225e66b4b30d37cc6302c54b40cb58
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Oct 29 17:35:25 2021 +0500

    doc: Mention icon changes in the migration guide
    
    See https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/merge_requests/33

 doc/migrating-between-development-versions.md | 5 +++++
 doc/migrating-libhandy-1-4-to-libadwaita.md   | 9 +++++++++
 2 files changed, 14 insertions(+)
---
diff --git a/doc/migrating-between-development-versions.md b/doc/migrating-between-development-versions.md
index e281525f..df8b8e08 100644
--- a/doc/migrating-between-development-versions.md
+++ b/doc/migrating-between-development-versions.md
@@ -227,6 +227,11 @@ The title and subtitle have markup enabled, make sure to escape it with
 
 The `adw_expander_row_add ()` function has been renamed to `adw_expander_row_add_row ()`.
 
+### Adjusting Header Bar Icons
+
+If you're using the `object-select-symbolic` icon in a header bar button
+(typically for selection mode), use `selection-mode-symbolic` instead.
+
 ### Adapt to Stylesheet Changes
 
 ### Stop using the `.sidebar` style class
diff --git a/doc/migrating-libhandy-1-4-to-libadwaita.md b/doc/migrating-libhandy-1-4-to-libadwaita.md
index 26602347..3aa71b8a 100644
--- a/doc/migrating-libhandy-1-4-to-libadwaita.md
+++ b/doc/migrating-libhandy-1-4-to-libadwaita.md
@@ -394,6 +394,15 @@ style.
 The same rules are also used for the `.toolbar` style class now, instead of
 making every button appear flat.
 
+#### Adjusting Icons
+
+If you're bundling icons from the icon library with your application, make sure
+to update them. Many icons have been redrawn to be larger to work better without
+button frames.
+
+If you're using the `object-select-symbolic` icon in a header bar button
+(typically for selection mode), use `selection-mode-symbolic` instead.
+
 #### Adjusting Icon+Arrow Menu Buttons
 
 If you had menu buttons containing an icon and a dropdown arrow, switch to


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]