Bug 395349

Summary: Provide option to hide menu bar
Product: [Unmaintained] ksysguard Reporter: Michael D <nortexoid>
Component: ksysguardAssignee: KSysGuard Developers <ksysguard-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: dj3mb3, nate
Priority: NOR Keywords: junior-jobs
Version First Reported In: 5.12.5   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Here is a possible patch

Description Michael D 2018-06-14 08:23:39 UTC
It would be nice to have the option to hide the menu bar using the default ctrl+m shortcut, especially because there isn't much useful that the menu offers.
Comment 1 lsartorelli 2018-09-21 11:35:02 UTC
Created attachment 115139 [details]
Here is a possible patch
Comment 2 Harald Sitter 2018-09-27 08:42:34 UTC
Git commit 3a3220d41ac40102e1ced52e7df9618f678bc486 by Harald Sitter, on behalf of Luca Sartorelli.
Committed on 27/09/2018 at 08:38.
Pushed by sitter into branch 'master'.

Provide option to hide menu bar for Ksysguard

Summary: BUG: 395349

CHANGELOG: System Monitor now has the ability to hide its menu bar

Reviewers: ngraham, #plasma, #frameworks

Reviewed By: ngraham, sitter

Subscribers: broulik, sitter, acrouthamel, ngraham, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D15644

M  +16   -0    gui/ksysguard.cpp
M  +2    -0    gui/ksysguard.h

https://commits.kde.org/ksysguard/3a3220d41ac40102e1ced52e7df9618f678bc486
Comment 3 Michael D 2018-09-27 10:12:15 UTC
Thank you!