Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
4b361053
Commit
4b361053
authored
2 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Double the width of the "Total" status text boxes
to accommodate larger numbers/strings.
parent
af0aa040
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/ctrl/StatsFormUnit.dfm
+12
-12
12 additions, 12 deletions
src/sbbs3/ctrl/StatsFormUnit.dfm
with
12 additions
and
12 deletions
src/sbbs3/ctrl/StatsFormUnit.dfm
+
12
−
12
View file @
4b361053
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment