Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plugin-Scripting
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
OpenFlipper-Free
Plugin-Scripting
Merge requests
!1
Revert "Removed deprecated function"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revert "Removed deprecated function"
revert-93e243c4
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Jan Möbius
requested to merge
revert-93e243c4
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
This reverts commit
93e243c4
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
edd29e76
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
widgets/codeeditor.cc
+
1
−
1
Options
@@ -71,7 +71,7 @@ int CodeEditorWidget::lineNumberAreaWidth() {
++
digits
;
}
int
space
=
3
+
fontMetrics
().
horizontalAdvance
(
QLatin1Char
(
'9'
))
*
digits
;
int
space
=
3
+
fontMetrics
().
width
(
QLatin1Char
(
'9'
))
*
digits
;
return
space
;
}
Loading