Jump to content

Problem Tunimbtbutton with glyph image


devya

Recommended Posts

Hi, 

I am using  unigui version 1.90.0.1511

i have Tunimbitbutton with glyph, but when compile/run the image result are different between design and run

can advise me to fix the image ?

Design :

image.png.143419caf16eaa8ab46ba035c60a88f6.png

 

When compiled and run

image.png.16c0bda9081c0b4c47a39e2254d56af8.png

 

Can advise me ?

 

 

 

Link to comment
Share on other sites

On 10/22/2019 at 10:00 AM, Sherzod said:

Hi,

1. CustomCSS:


.customGlyph .x-icon-el {
   width: 64px;
   height: 64px;
}

2. UnimBitBtn1.LayoutConfig.Cls = customGlyph

HI  @Sherzod

I testing with Desktop browser with /m, yes it's works the icon biger.

But when i run in my Mobile browser Chrome/Firefox, the icon still the same size.

Do i miss something ?

 

Link to comment
Share on other sites

  • 8 months later...
On 10/24/2019 at 4:32 PM, devya said:

HI  @Sherzod

I testing with Desktop browser with /m, yes it's works the icon biger.

But when i run in my Mobile browser Chrome/Firefox, the icon still the same size.

Do i miss something ?

 

@Hayri ASLAN

can help me to solve this ?

currently i am using uimimage+unimcontainer+unimlabel to make this. 

Link to comment
Share on other sites

  • 3 weeks later...
On 10/21/2019 at 8:00 PM, Sherzod said:

Hi,

1. CustomCSS:


.customGlyph .x-icon-el {
   width: 64px;
   height: 64px;
}

2. UnimBitBtn1.LayoutConfig.Cls = customGlyph

Hi, 

I used uniGUI - v1.90.0.1534 , component TUnimButton, 

 

I applied the code but it did not work, is displayed 16X16, i need 56x56

Please, helpme!!

 

Link to comment
Share on other sites

8 hours ago, easegura777 said:

I used uniGUI - v1.90.0.1534 , component TUnimButton, 

 

7 minutes ago, Sherzod said:

Try with important then:


.customGlyph .x-icon-el {
   width: 64px !important;
   height: 64px !important;
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...