Ignore:
Timestamp:
Aug 22, 2019, 11:32:31 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Menu shutdown button with drop down menu and reboot action.
  • Fixed: Correct left positioning of main menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/topdown/UFormMain.pas

    r26 r27  
    8282  P: TPoint;
    8383begin
    84   P := ClientToScreen(Point(0, PanelTaskBar.Top - PanelTaskBar.Height));
    85   FormMenu.BoundsRect := Bounds(0, P.Y - FormMenu.Height,
     84  P := PanelTaskBar.ClientToScreen(Point(ButtonMenu.Left, ButtonMenu.Top - PanelTaskBar.Height));
     85  FormMenu.BoundsRect := Bounds(P.X, P.Y - FormMenu.Height,
    8686    FormMenu.Width, FormMenu.Height);
    8787  FormMenu.Show;
Note: See TracChangeset for help on using the changeset viewer.