mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-04 05:50:37 -07:00
ENH: Show Full ModelName when name is too long
Change-Id: I55665353cf0e8678b1aff2578da024a5f263287d
This commit is contained in:
parent
5b48760758
commit
ec0b3a97cf
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ function ShowStaffPick( ModelList )
|
|||
strPickHtml+='<div class="HotModelPiece swiper-slide" onClick="OpenOneStaffPickModel('+ModelID+')" >'+
|
||||
'<div class="HotModel_Designer_Info"><img src="'+DesignerAvatar+'" /><span class="TextS2">'+DesignerName+'</span></div>'+
|
||||
' <div class="HotModel_PrevBlock"><img class="HotModel_PrevImg" src="'+ModelCover+'" /></div>'+
|
||||
' <div class="HotModel_NameText TextS1">'+ModelName+'</div>'+
|
||||
' <div class="HotModel_NameText TextS1" title="'+ModelName+'">'+ModelName+'</div>'+
|
||||
'</div>';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue