Skip to content

Commit e00bc53

Browse files
committed
Add credits
1 parent bf1e9bc commit e00bc53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
#### *Special Thanks to*
1111
- [adhe](https://www.opencode.net/adhe) for Creating [MenuZ](https://store.kde.org/p/1367167/)
1212
- [Nayam Amarshe](https://github.com/NayamAmarshe) for improving the design to look more like windows 11 menu, and for guiding me.
13-
- [John Vincent](https://github.com/TenSeventy7) for improving grid view of recommended section.
13+
- [John Vincent](https://github.com/TenSeventy7) for improving grid view of recommended section.
14+
- [Lupert Everett](https://github.com/LupertEverett) for improving footer section and add ability to add/remove icons in footer.
1415
<a href="https://github.com/prateekmedia/Menu11/graphs/contributors"><img alt="Know More" src="https://shields.io/badge/-Know More-blue"/></a>
1516

1617
<h2 align="center">Installing Manually</h2>

contents/ui/MainColumnItem.qml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import org.kde.kquickcontrolsaddons 2.0 as KQuickAddons
2525
import QtQuick 2.12
2626
import QtQuick.Layouts 1.12
2727
import QtGraphicalEffects 1.0
28-
//import org.kde.plasma.core 2.1 as PlasmaCore
2928
import org.kde.plasma.components 3.0 as PlasmaComponents
3029
import org.kde.plasma.components 2.0 as PlasmaComponents2
3130

@@ -215,7 +214,7 @@ Item {
215214

216215
PlasmaExtras.Heading {
217216
id: mainLabelGrid
218-
anchors.top: parent.top//headRect.bottom
217+
anchors.top: parent.top
219218
anchors.leftMargin: units.largeSpacing * 3
220219
anchors.left: parent.left
221220
x: units.smallSpacing

0 commit comments

Comments
 (0)