cancel
Showing results for 
Search instead for 
Did you mean: 

SingleSelectMaster provide smaller space for icon

0 Kudos

Hi,

    I am using StandListItem to show lists. Everything is fine.

However as I switch mode from 'NONE' to 'SingleSelectMaster' so the selected row can be highlighted.

the icon becomes very small.

I find  SAPUI5 gives different system stylesheet

Mode: NONE  

Class="sapMImg sapMSLIImgFirst"    (24  x 24 px)

Mode: SingleSelectMaster

Class="sapMImg sapMSLIImg"  (17  x 17px)

Do not know why the image should be smaller here in SingleSelectMaster mode.  (bug?)

Anyway to fix this issue?

Thanks Mingho

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

My coworker finds the resolution.

We just write a stylesheet to overwrite it.

something like this

 

#yourlistId

.sapMSLIImg

{

}

height: 2.5em;

width: 2.5em;

Answers (0)