dbusServices/extensions: Minor cleanup
There's little point in setting properties to their default value, so stop doing that. (GtkFrame:shadow-type actually defaults to "edged-in" rather than "in", but all types other than "none" are treated the same nowadays) Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1495>
This commit is contained in:
parent
1bb0e1b9fc
commit
618762ebe0
@ -48,8 +48,6 @@
|
|||||||
<property name="label" translatable="yes">We’re very sorry, but there’s been a problem: the settings for this extension can’t be displayed. We recommend that you report the issue to the extension authors.</property>
|
<property name="label" translatable="yes">We’re very sorry, but there’s been a problem: the settings for this extension can’t be displayed. We recommend that you report the issue to the extension authors.</property>
|
||||||
<property name="justify">center</property>
|
<property name="justify">center</property>
|
||||||
<property name="wrap">True</property>
|
<property name="wrap">True</property>
|
||||||
<property name="xalign">0.5</property>
|
|
||||||
<property name="yalign">0.5</property>
|
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
@ -61,7 +59,6 @@
|
|||||||
<object class="GtkFrame" id="expander">
|
<object class="GtkFrame" id="expander">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="hexpand">True</property>
|
<property name="hexpand">True</property>
|
||||||
<property name="shadow_type">in</property>
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkEventBox">
|
<object class="GtkEventBox">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
@ -94,7 +91,6 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkFrame">
|
<object class="GtkFrame">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="shadow_type">in</property>
|
|
||||||
<style>
|
<style>
|
||||||
<class name="expander-frame"/>
|
<class name="expander-frame"/>
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user