Ignore:
Timestamp:
Oct 16, 2017, 3:18:15 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: One panel as container is enough.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r152 r153  
    88  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus,
    99  ComCtrls, StdCtrls, ExtCtrls, ActnList, Grids, UAcronym, UPersistentForm,
    10   URegistry, ULastOpenedList, UListViewSort, UJobProgressView, UCoolTranslator,
     10  URegistry, ULastOpenedList, UListViewSort, UJobProgressView,
    1111  Registry, SpecializedList, LazUTF8, LazFileUtils;
    1212
     
    7474    MenuItem9: TMenuItem;
    7575    OpenDialog1: TOpenDialog;
    76     Panel1: TPanel;
    7776    PanelParam: TPanel;
    7877    PanelMain: TPanel;
     
    196195  for I := 0 to ToolBar4.ButtonCount - 1 do
    197196    ToolBar4.Buttons[I].Hint := ToolBar4.Buttons[I].Caption;
     197  PanelMain.ControlStyle := PanelMain.ControlStyle + [csOpaque];
     198  PanelParam.ControlStyle := PanelParam.ControlStyle + [csOpaque];
    198199end;
    199200
Note: See TracChangeset for help on using the changeset viewer.