Skip to content
Snippets Groups Projects
Commit 4eb74188 authored by Dmitry Zaporozhan's avatar Dmitry Zaporozhan
Browse files

Update for EXT-6550(major) - Edit Outfit: Fix alignment of in-line edit button...

Update for EXT-6550(major) - Edit Outfit: Fix alignment of in-line edit button and put proper icon on it
Replaced 'lock' button with icon.

--HG--
branch : product-engine
parent 2703de33
No related branches found
No related tags found
No related merge requests found
...@@ -48,14 +48,13 @@ ...@@ -48,14 +48,13 @@
top="4" top="4"
value="..." value="..."
width="359" /> width="359" />
<button <icon
name="btn_lock" name="btn_lock"
layout="topleft" layout="topleft"
follows="top|right" follows="top|right"
image_unselected="Lock2" image_name="Lock2"
image_selected="Lock2"
top="0" top="0"
left_pad="3" left="0"
height="20" height="20"
width="20" width="20"
tab_stop="false" /> tab_stop="false" />
......
...@@ -81,17 +81,15 @@ ...@@ -81,17 +81,15 @@
height="20" height="20"
width="20" width="20"
tab_stop="false" /> tab_stop="false" />
<button <icon
name="btn_lock" name="btn_lock"
layout="topleft" layout="topleft"
follows="top|right" follows="top|right"
image_unselected="Lock2" image_name="Lock2"
image_selected="Lock2"
top="0" top="0"
left_pad="3" left_pad="3"
height="20" height="20"
width="20" width="20" />
tab_stop="false" />
<button <button
name="btn_edit" name="btn_edit"
layout="topleft" layout="topleft"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment