alert-chooser-dialog: Show radio buttons as prefix widgets
Settings shows list rows with radio buttons before the row title. However, the alert chooser looks inconsistent because it shows the radio buttons at the end of the list rows. Fix that by setting the radio buttons as prefix widgets.
This commit is contained in:
parent
a8148b408c
commit
f4eb3daa9d
1 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">None</property>
|
||||
<property name="activatable-widget">none_button</property>
|
||||
<child>
|
||||
<child type="prefix">
|
||||
<object class="GtkCheckButton" id="none_button">
|
||||
<property name="valign">center</property>
|
||||
<signal name="toggled" handler="toggled_cb" swapped="yes"/>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Click</property>
|
||||
<property name="activatable-widget">click_button</property>
|
||||
<child>
|
||||
<child type="prefix">
|
||||
<object class="GtkCheckButton" id="click_button">
|
||||
<property name="valign">center</property>
|
||||
<property name="group">none_button</property>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">String</property>
|
||||
<property name="activatable-widget">string_button</property>
|
||||
<child>
|
||||
<child type="prefix">
|
||||
<object class="GtkCheckButton" id="string_button">
|
||||
<property name="valign">center</property>
|
||||
<property name="group">none_button</property>
|
||||
|
@ -59,7 +59,7 @@
|
|||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Swing</property>
|
||||
<property name="activatable-widget">swing_button</property>
|
||||
<child>
|
||||
<child type="prefix">
|
||||
<object class="GtkCheckButton" id="swing_button">
|
||||
<property name="valign">center</property>
|
||||
<property name="group">none_button</property>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<object class="AdwActionRow">
|
||||
<property name="title" translatable="yes">Hum</property>
|
||||
<property name="activatable-widget">hum_button</property>
|
||||
<child>
|
||||
<child type="prefix">
|
||||
<object class="GtkCheckButton" id="hum_button">
|
||||
<property name="valign">center</property>
|
||||
<property name="group">none_button</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue