[libadwaita] entry-row: respect use-markup option



commit 9c29076cd94ecf5c9487aaec52286f2be4244fb9
Author: knuxify <knuxify gmail com>
Date:   Tue Oct 11 17:09:47 2022 +0200

    entry-row: respect use-markup option
    
    Fixes #579.

 src/adw-entry-row.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/adw-entry-row.ui b/src/adw-entry-row.ui
index 06dadd20..78418622 100644
--- a/src/adw-entry-row.ui
+++ b/src/adw-entry-row.ui
@@ -37,6 +37,7 @@
                 <property name="xalign">0</property>
                 <property name="label" bind-source="AdwEntryRow" bind-property="title" 
bind-flags="sync-create"/>
                 <property name="mnemonic-widget">AdwEntryRow</property>
+                <property name="use-markup" bind-source="AdwEntryRow" bind-property="use-markup" 
bind-flags="sync-create"/>
                 <property name="use-underline" bind-source="AdwEntryRow" bind-property="use-underline" 
bind-flags="sync-create"/>
                 <property name="can-target">False</property>
                 <style>
@@ -53,6 +54,7 @@
                 <property name="opacity">0</property>
                 <property name="label" bind-source="AdwEntryRow" bind-property="title" 
bind-flags="sync-create"/>
                 <property name="mnemonic-widget">AdwEntryRow</property>
+                <property name="use-markup" bind-source="AdwEntryRow" bind-property="use-markup" 
bind-flags="sync-create"/>
                 <property name="use-underline" bind-source="AdwEntryRow" bind-property="use-underline" 
bind-flags="sync-create"/>
                 <property name="can-target">False</property>
                 <style>


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