Ignore:
Timestamp:
Jun 25, 2024, 11:18:40 AM (8 days ago)
Author:
chronos
Message:
  • Fixed: Size of buttons was too small in some cases.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormChat.lfm

    r317 r325  
    11object FormChat: TFormChat
    22  Left = 1060
    3   Height = 442
     3  Height = 368
    44  Top = 536
    5   Width = 527
     5  Width = 439
    66  Caption = 'Chat'
    7   ClientHeight = 442
    8   ClientWidth = 527
     7  ClientHeight = 368
     8  ClientWidth = 439
    99  DesignTimePPI = 144
    1010  LCLVersion = '3.4.0.0'
    1111  object MemoChat: TMemo
    1212    Left = 8
    13     Height = 363
     13    Height = 280
    1414    Top = 32
    15     Width = 509
     15    Width = 421
    1616    Anchors = [akTop, akLeft, akRight, akBottom]
    1717    ParentFont = False
     
    2323    Left = 8
    2424    Height = 43
    25     Top = 392
    26     Width = 411
     25    Top = 318
     26    Width = 320
    2727    Anchors = [akLeft, akRight, akBottom]
    2828    ParentFont = False
     
    3131  end
    3232  object ButtonMessageSend: TButton
    33     Left = 423
    34     Height = 31
    35     Top = 403
     33    Left = 336
     34    Height = 38
     35    Top = 320
    3636    Width = 94
    3737    Anchors = [akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.