Use consistent column spanning
The sizegroups-evolution-identity-page UI is using hexpand everywhere except the last row, which uses additional columns instead, throwing the layout into a weird state.
This commit is contained in:
@@ -159,7 +159,7 @@ For example, "Work" or "Personal".</property>
|
||||
<layout>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
<property name="column-span">3</property>
|
||||
<property name="column-span">2</property>
|
||||
<property name="row-span">1</property>
|
||||
</layout>
|
||||
</object>
|
||||
@@ -187,7 +187,7 @@ For example, "Work" or "Personal".</property>
|
||||
<layout>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">1</property>
|
||||
<property name="column-span">2</property>
|
||||
<property name="column-span">1</property>
|
||||
<property name="row-span">1</property>
|
||||
</layout>
|
||||
</object>
|
||||
@@ -210,11 +210,12 @@ For example, "Work" or "Personal".</property>
|
||||
<child>
|
||||
<object class="GtkEntry" id="entry5">
|
||||
<property name="can_focus">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="invisible_char">●</property>
|
||||
<layout>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">2</property>
|
||||
<property name="column-span">2</property>
|
||||
<property name="column-span">1</property>
|
||||
<property name="row-span">1</property>
|
||||
</layout>
|
||||
</object>
|
||||
|
||||
Reference in New Issue
Block a user