Skip to content
Snippets Groups Projects
Commit 4b361053 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Double the width of the "Total" status text boxes

to accommodate larger numbers/strings.
parent af0aa040
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ object StatsForm: TStatsForm ...@@ -3,8 +3,8 @@ object StatsForm: TStatsForm
Top = 389 Top = 389
BorderStyle = bsSingle BorderStyle = bsSingle
Caption = 'Statistics' Caption = 'Statistics'
ClientHeight = 159 ClientHeight = 160
ClientWidth = 397 ClientWidth = 450
Color = clBtnFace Color = clBtnFace
UseDockManager = True UseDockManager = True
DefaultMonitor = dmPrimary DefaultMonitor = dmPrimary
...@@ -138,9 +138,9 @@ object StatsForm: TStatsForm ...@@ -138,9 +138,9 @@ object StatsForm: TStatsForm
end end
end end
object Total: TGroupBox object Total: TGroupBox
Left = 137 Left = 135
Top = 7 Top = 7
Width = 124 Width = 168
Height = 143 Height = 143
Caption = 'Total' Caption = 'Total'
TabOrder = 1 TabOrder = 1
...@@ -187,7 +187,7 @@ object StatsForm: TStatsForm ...@@ -187,7 +187,7 @@ object StatsForm: TStatsForm
object TotalLogons: TStaticText object TotalLogons: TStaticText
Left = 73 Left = 73
Top = 20 Top = 20
Width = 41 Width = 80
Height = 16 Height = 16
AutoSize = False AutoSize = False
BorderStyle = sbsSunken BorderStyle = sbsSunken
...@@ -196,7 +196,7 @@ object StatsForm: TStatsForm ...@@ -196,7 +196,7 @@ object StatsForm: TStatsForm
object TotalTimeOn: TStaticText object TotalTimeOn: TStaticText
Left = 73 Left = 73
Top = 39 Top = 39
Width = 41 Width = 80
Height = 16 Height = 16
AutoSize = False AutoSize = False
BorderStyle = sbsSunken BorderStyle = sbsSunken
...@@ -205,7 +205,7 @@ object StatsForm: TStatsForm ...@@ -205,7 +205,7 @@ object StatsForm: TStatsForm
object TotalEMail: TStaticText object TotalEMail: TStaticText
Left = 73 Left = 73
Top = 59 Top = 59
Width = 41 Width = 80
Height = 16 Height = 16
AutoSize = False AutoSize = False
BorderStyle = sbsSunken BorderStyle = sbsSunken
...@@ -214,7 +214,7 @@ object StatsForm: TStatsForm ...@@ -214,7 +214,7 @@ object StatsForm: TStatsForm
object TotalFeedback: TStaticText object TotalFeedback: TStaticText
Left = 73 Left = 73
Top = 78 Top = 78
Width = 41 Width = 80
Height = 16 Height = 16
AutoSize = False AutoSize = False
BorderStyle = sbsSunken BorderStyle = sbsSunken
...@@ -223,7 +223,7 @@ object StatsForm: TStatsForm ...@@ -223,7 +223,7 @@ object StatsForm: TStatsForm
object TotalUsers: TStaticText object TotalUsers: TStaticText
Left = 73 Left = 73
Top = 98 Top = 98
Width = 41 Width = 80
Height = 16 Height = 16
AutoSize = False AutoSize = False
BorderStyle = sbsSunken BorderStyle = sbsSunken
...@@ -232,7 +232,7 @@ object StatsForm: TStatsForm ...@@ -232,7 +232,7 @@ object StatsForm: TStatsForm
object LogButton: TButton object LogButton: TButton
Left = 8 Left = 8
Top = 119 Top = 119
Width = 106 Width = 145
Height = 20 Height = 20
Caption = ' View Log' Caption = ' View Log'
TabOrder = 5 TabOrder = 5
...@@ -240,7 +240,7 @@ object StatsForm: TStatsForm ...@@ -240,7 +240,7 @@ object StatsForm: TStatsForm
end end
end end
object UploadsToday: TGroupBox object UploadsToday: TGroupBox
Left = 267 Left = 307
Top = 7 Top = 7
Width = 124 Width = 124
Height = 65 Height = 65
...@@ -282,7 +282,7 @@ object StatsForm: TStatsForm ...@@ -282,7 +282,7 @@ object StatsForm: TStatsForm
end end
end end
object DownloadsToday: TGroupBox object DownloadsToday: TGroupBox
Left = 267 Left = 307
Top = 85 Top = 85
Width = 124 Width = 124
Height = 65 Height = 65
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment