Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
manjaro-settings-manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
57
Issues
57
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Applications
manjaro-settings-manager
Commits
f99081b1
Commit
f99081b1
authored
Sep 12, 2017
by
Philip Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[kernel] lower font size
- see also
#115
parent
cd1a2beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/modules/kernel/KernelListViewDelegate.cpp
src/modules/kernel/KernelListViewDelegate.cpp
+1
-1
No files found.
src/modules/kernel/KernelListViewDelegate.cpp
View file @
f99081b1
...
...
@@ -73,7 +73,7 @@ KernelListViewDelegate::paint( QPainter* painter, const QStyleOptionViewItem& op
// draw name
QFont
nameFont
=
option
.
font
;
nameFont
.
setPointSize
(
option
.
font
.
pointSize
()
*
1.
7
5
);
nameFont
.
setPointSize
(
option
.
font
.
pointSize
()
*
1.
1
5
);
QFontMetrics
nameFontMetrics
(
nameFont
);
QSize
nameSize
=
nameFontMetrics
.
size
(
Qt
::
TextSingleLine
,
name
);
QRectF
nameRect
(
QPointF
(),
nameSize
);
...
...
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