Skip to content

Commit d55df91

Browse files
committed
remove the duplicate top margin at properties dialog
1 parent 6446267 commit d55df91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/res/layout/item_properties.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
android:layout_height="match_parent"
77
android:orientation="vertical"
88
android:paddingLeft="@dimen/smtfp_activity_margin"
9-
android:paddingRight="@dimen/smtfp_activity_margin"
10-
android:paddingTop="@dimen/smtfp_activity_margin">
9+
android:paddingRight="@dimen/smtfp_activity_margin">
1110

1211
</LinearLayout>

0 commit comments

Comments
 (0)