restrict-applications-selector: Center-align app list
Simply expanding this list is enough to let the AdwClamp of the parent AdwPreferencesGroup center it.
This commit is contained in:
parent
d204944ae2
commit
61141a6670
|
@ -5,6 +5,7 @@
|
||||||
<template class="MctRestrictApplicationsSelector" parent="GtkBox">
|
<template class="MctRestrictApplicationsSelector" parent="GtkBox">
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkListBox" id="listbox">
|
<object class="GtkListBox" id="listbox">
|
||||||
|
<property name="hexpand">True</property>
|
||||||
<property name="selection-mode">none</property>
|
<property name="selection-mode">none</property>
|
||||||
|
|
||||||
<child type="placeholder">
|
<child type="placeholder">
|
||||||
|
|
Loading…
Reference in New Issue