Skip to content

Commit

Permalink
Improvements: UI pixel perfect
Browse files Browse the repository at this point in the history
  • Loading branch information
r57zone committed Dec 18, 2020
1 parent 14053b4 commit 158faf1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Source/Unit1.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,7 +20,7 @@ object Main: TMain
PixelsPerInch = 96
TextHeight = 13
object RefreshBtn: TButton
Left = 7
Left = 6
Top = 6
Width = 75
Height = 25
Expand All @@ -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
Expand Down Expand Up @@ -122,7 +122,7 @@ object Main: TMain
NumGlyphs = 2
end
object CancelBtn: TButton
Left = 7
Left = 6
Top = 6
Width = 75
Height = 25
Expand Down

0 comments on commit 158faf1

Please sign in to comment.