Jump to content

Images appears clipped in toolbar


tcoates

Recommended Posts

we are using unigui release candidate 1391...

 

the top row of images is a design time, and the 2nd row is when the application is run. if you look at the bottom corner of the highlighted images (RED box) it appears as clipped. We are just using standard 32x32 images.

 

Properties of toolbar...

 

  object UniToolBar1: TUniToolBar
    AlignWithMargins = True
    Left = 3
    Top = 60
    Width = 902
    Height = 45
    Hint = ''
    ButtonHeight = 36
    ButtonWidth = 38
    Images = UniMainModule.UniImageList_Google32
    ButtonAutoWidth = True
    Anchors = [akLeft, akTop, akRight]
    Align = alTop
    TabOrder = 4
    ParentColor = False
    Color = clWhite

 

and dial button....

 

    object tbDial: TUniToolButton
      AlignWithMargins = True
      Left = 254
      Top = 3
      Hint = 'Dial'
      Enabled = False
      ShowHint = True
      ParentShowHint = False
      ImageIndex = 4
      Caption = 'tbDial'
      TabOrder = 8
      OnClick = tbDialClick
    end

 

not sure how to have image displayed correctly? Any ideas?

 

Thanks,

Tim

 


 

post-4610-0-37632200-1495154411_thumb.png

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...