Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
0e7cd2a7
Commit
0e7cd2a7
authored
Mar 31, 2022
by
Rob Swindell
💬
Browse files
Double the width of the "Total" status text boxes
to accommodate larger numbers/strings.
parent
141112e1
Pipeline
#2959
failed with stage
in 9 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
src/sbbs3/ctrl/StatsFormUnit.dfm
src/sbbs3/ctrl/StatsFormUnit.dfm
+12
-12
No files found.
src/sbbs3/ctrl/StatsFormUnit.dfm
View file @
0e7cd2a7
...
...
@@ -3,8 +3,8 @@ object StatsForm: TStatsForm
Top = 389
BorderStyle = bsSingle
Caption = 'Statistics'
ClientHeight = 1
59
ClientWidth =
397
ClientHeight = 1
60
ClientWidth =
450
Color = clBtnFace
UseDockManager = True
DefaultMonitor = dmPrimary
...
...
@@ -138,9 +138,9 @@ object StatsForm: TStatsForm
end
end
object Total: TGroupBox
Left = 13
7
Left = 13
5
Top = 7
Width = 1
24
Width = 1
68
Height = 143
Caption = 'Total'
TabOrder = 1
...
...
@@ -187,7 +187,7 @@ object StatsForm: TStatsForm
object TotalLogons: TStaticText
Left = 73
Top = 20
Width =
41
Width =
80
Height = 16
AutoSize = False
BorderStyle = sbsSunken
...
...
@@ -196,7 +196,7 @@ object StatsForm: TStatsForm
object TotalTimeOn: TStaticText
Left = 73
Top = 39
Width =
41
Width =
80
Height = 16
AutoSize = False
BorderStyle = sbsSunken
...
...
@@ -205,7 +205,7 @@ object StatsForm: TStatsForm
object TotalEMail: TStaticText
Left = 73
Top = 59
Width =
41
Width =
80
Height = 16
AutoSize = False
BorderStyle = sbsSunken
...
...
@@ -214,7 +214,7 @@ object StatsForm: TStatsForm
object TotalFeedback: TStaticText
Left = 73
Top = 78
Width =
41
Width =
80
Height = 16
AutoSize = False
BorderStyle = sbsSunken
...
...
@@ -223,7 +223,7 @@ object StatsForm: TStatsForm
object TotalUsers: TStaticText
Left = 73
Top = 98
Width =
41
Width =
80
Height = 16
AutoSize = False
BorderStyle = sbsSunken
...
...
@@ -232,7 +232,7 @@ object StatsForm: TStatsForm
object LogButton: TButton
Left = 8
Top = 119
Width = 1
06
Width = 1
45
Height = 20
Caption = ' View Log'
TabOrder = 5
...
...
@@ -240,7 +240,7 @@ object StatsForm: TStatsForm
end
end
object UploadsToday: TGroupBox
Left =
26
7
Left =
30
7
Top = 7
Width = 124
Height = 65
...
...
@@ -282,7 +282,7 @@ object StatsForm: TStatsForm
end
end
object DownloadsToday: TGroupBox
Left =
26
7
Left =
30
7
Top = 85
Width = 124
Height = 65
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment