From 158faf1a89a99cc7ee77916f83893e01110707a5 Mon Sep 17 00:00:00 2001 From: r57zone Date: Fri, 18 Dec 2020 18:14:39 +0400 Subject: [PATCH] Improvements: UI pixel perfect --- Source/Unit1.dfm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/Unit1.dfm b/Source/Unit1.dfm index 343ea63..7c50697 100644 --- a/Source/Unit1.dfm +++ b/Source/Unit1.dfm @@ -4,8 +4,8 @@ object Main: TMain BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Podcast Easy' - ClientHeight = 162 - ClientWidth = 294 + ClientHeight = 166 + ClientWidth = 295 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -20,7 +20,7 @@ object Main: TMain PixelsPerInch = 96 TextHeight = 13 object RefreshBtn: TButton - Left = 7 + Left = 6 Top = 6 Width = 75 Height = 25 @@ -46,14 +46,14 @@ object Main: TMain end object StatusBar: TStatusBar Left = 0 - Top = 143 - Width = 294 + Top = 147 + Width = 295 Height = 19 Panels = <> SimplePanel = True end object OpenFolderBtn: TButton - Left = 86 + Left = 85 Top = 6 Width = 75 Height = 25 @@ -122,7 +122,7 @@ object Main: TMain NumGlyphs = 2 end object CancelBtn: TButton - Left = 7 + Left = 6 Top = 6 Width = 75 Height = 25