Skip to content
Snippets Groups Projects
Commit 8fe1a354 authored by maxim_productengine's avatar maxim_productengine
Browse files

MAINT-8628 FIXED Group notice edit field is missing inventory icon

parent 0abe3a49
No related branches found
No related tags found
No related merge requests found
...@@ -180,13 +180,20 @@ Maximum 200 per group daily ...@@ -180,13 +180,20 @@ Maximum 200 per group daily
<line_editor <line_editor
follows="left|top|right" follows="left|top|right"
enabled="false" enabled="false"
height="19" height="20"
layout="topleft" layout="topleft"
max_length_bytes="90" max_length_bytes="90"
mouse_opaque="false" mouse_opaque="false"
name="create_inventory_name" name="create_inventory_name"
top_pad="2" top_pad="2"
width="285" /> width="285" />
<icon
height="16"
layout="topleft"
left_delta="5"
name="create_inv_icon"
top_delta="2"
width="16" />
<text <text
text_color="EmphasisColor" text_color="EmphasisColor"
follows="left|top" follows="left|top"
...@@ -350,6 +357,13 @@ Maximum 200 per group daily ...@@ -350,6 +357,13 @@ Maximum 200 per group daily
name="view_inventory_name" name="view_inventory_name"
top_pad="8" top_pad="8"
width="250"/> width="250"/>
<icon
height="16"
layout="topleft"
left_delta="5"
name="view_inv_icon"
top_delta="2"
width="16" />
<button <button
follows="left|top" follows="left|top"
height="23" height="23"
......
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