diff options
Diffstat (limited to 'testsuite/reftests/inherit-and-initial.ui')
-rw-r--r-- | testsuite/reftests/inherit-and-initial.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/reftests/inherit-and-initial.ui b/testsuite/reftests/inherit-and-initial.ui index 7b9dc0ae49..be81c8f60a 100644 --- a/testsuite/reftests/inherit-and-initial.ui +++ b/testsuite/reftests/inherit-and-initial.ui @@ -1643,8 +1643,8 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property> <object class="GtkBox" id="box5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="margin_left">5</property> - <property name="margin_right">5</property> + <property name="margin_start">5</property> + <property name="margin_end">5</property> <property name="margin_bottom">5</property> <property name="spacing">10</property> <property name="homogeneous">True</property> |