[gnome] Update extensions
This commit is contained in:
@ -108,6 +108,32 @@
|
||||
</object>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<object class="AdwActionRow" id="corner_radius_not_found_row">
|
||||
<property name="title" translatable="yes">Corner radius</property>
|
||||
<property name="subtitle" translatable="yes">In order to use rounded corners, please install the GNOME Rounded Blur library.</property>
|
||||
<property name="sensitive" bind-source="blur" bind-property="state" bind-flags="sync-create" />
|
||||
<property name="activatable-widget">open_gnome_rounded_blur</property>
|
||||
|
||||
<child type="suffix">
|
||||
<object class="GtkButton" id="open_gnome_rounded_blur">
|
||||
<property name="icon-name">external-link-symbolic</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="action-name">link.open-gnome-rounded-blur</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<object class="AdwSpinRow" id="corner_radius_row">
|
||||
<property name="title" translatable="yes">Corner radius</property>
|
||||
<property name="subtitle" translatable="yes">Radius for the corner rounding effect.</property>
|
||||
<property name="adjustment">corner_radius</property>
|
||||
<property name="sensitive" bind-source="blur" bind-property="state" bind-flags="sync-create" />
|
||||
</object>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Force light text</property>
|
||||
@ -237,4 +263,10 @@ Recommended unless you want to customize your GNOME theme.</property>
|
||||
<property name="upper">1.0</property>
|
||||
<property name="step-increment">0.01</property>
|
||||
</object>
|
||||
|
||||
<object class="GtkAdjustment" id="corner_radius">
|
||||
<property name="lower">0</property>
|
||||
<property name="upper">150</property>
|
||||
<property name="step-increment">1</property>
|
||||
</object>
|
||||
</interface>
|
||||
Reference in New Issue
Block a user