Jump to content

Sherzod

Moderators
  • Posts

    19636
  • Joined

  • Last visited

  • Days Won

    633

Sherzod last won the day on April 9

Sherzod had the most liked content!

About Sherzod

Contact Methods

  • Website URL
    https://t.me/uniguidevelopers - https://www.youtube.com/@uniguidevelopers

Profile Information

  • Gender
    Male
  • Location
     uniGUI )

Recent Profile Visitors

33745 profile views

Sherzod's Achievements

Advanced Member

Advanced Member (4/4)

2.2k

Reputation

  1. Hello @MarcoC Do you have a simple testcase to reproduce?
  2. Hello, Well, about the same, using a variable as you wish: procedure TMainForm.UniDBGrid1DrawColumnCell(Sender: TObject; ACol, ARow: Integer; Column: TUniDBGridColumn; Attribs: TUniCellAttribs); begin Attribs.Font.Name := 'Century Gothic'; end;
  3. Может, попробуете так?: .x-grid-cell-inner img { width: initial; height: 32px; }
  4. For example for all "UniColorPalette", try: /* Default 10px */ .x-color-picker-item-inner { line-height: 30px; } /* Default 18px */ .x-color-picker-item { width: 38px; height: 38px; }
  5. Добрый вечер, Каким образом выводите изображение?
  6. Hello, You can also try this approach for now:
×
×
  • Create New...