Skip to content

Commit

Permalink
Issue #213: nest everything on broken TTabSheet's on a TPanel, to avo…
Browse files Browse the repository at this point in the history
…id overscaling in high-dpi mode
  • Loading branch information
ansgarbecker committed Nov 1, 2018
1 parent 9073565 commit 9983792
Show file tree
Hide file tree
Showing 10 changed files with 2,596 additions and 2,406 deletions.
1,117 changes: 575 additions & 542 deletions source/connections.dfm

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions source/connections.pas
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ Tconnform = class(TFormWithSizeGrip)
updownKeepAlive: TUpDown;
lblCounterRight2: TLabel;
lblCounterLeft2: TLabel;
pnlDpiHelperSettings: TPanel;
pnlDpiHelperSshTunnel: TPanel;
pnlDpiHelperAdvanced: TPanel;
procedure FormCreate(Sender: TObject);
procedure btnOpenClick(Sender: TObject);
procedure FormShow(Sender: TObject);
Expand Down
Loading

0 comments on commit 9983792

Please sign in to comment.