File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
#### * Special Thanks to*
11
11
- [ adhe] ( https://www.opencode.net/adhe ) for Creating [ MenuZ] ( https://store.kde.org/p/1367167/ )
12
12
- [ 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.
14
15
<a href =" https://github.com/prateekmedia/Menu11/graphs/contributors " ><img alt =" Know More " src =" https://shields.io/badge/-Know More-blue " /></a >
15
16
16
17
<h2 align =" center " >Installing Manually</h2 >
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import org.kde.kquickcontrolsaddons 2.0 as KQuickAddons
25
25
import QtQuick 2.12
26
26
import QtQuick.Layouts 1.12
27
27
import QtGraphicalEffects 1.0
28
- //import org.kde.plasma.core 2.1 as PlasmaCore
29
28
import org.kde.plasma.components 3.0 as PlasmaComponents
30
29
import org.kde.plasma.components 2.0 as PlasmaComponents2
31
30
@@ -215,7 +214,7 @@ Item {
215
214
216
215
PlasmaExtras .Heading {
217
216
id: mainLabelGrid
218
- anchors .top : parent .top // headRect.bottom
217
+ anchors .top : parent .top
219
218
anchors .leftMargin : units .largeSpacing * 3
220
219
anchors .left : parent .left
221
220
x: units .smallSpacing
You can’t perform that action at this time.
0 commit comments