Compare commits

...

2 Commits

Author SHA1 Message Date
Emmanuele Bassi
c41ec97865 Remove sizegroup-evolution-identity-page from xfail list 2020-02-14 17:58:33 +00:00
Emmanuele Bassi
82ff806d4a 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.
2020-02-14 17:42:08 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -422,7 +422,6 @@ xfails = [
'background-color-transparent.ui',
'background-image-multiple.ui',
'background-origin.ui',
'sizegroups-evolution-identity-page.ui',
'textview-border-windows.ui',
'window-show-contents-on-map.ui',
# these depend on details of text layout

View File

@@ -159,7 +159,7 @@ For example, &quot;Work&quot; or &quot;Personal&quot;.</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, &quot;Work&quot; or &quot;Personal&quot;.</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, &quot;Work&quot; or &quot;Personal&quot;.</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>