-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which QML file do I need to edit to add lne spacing above/below left hand side menu catagories? #139
Comments
Ah the section headers.
In the |
Hi Tnx much for responding. I added the following below as you suggested. It didn't seem to do anything however I did not log out and back in again - perhaps the issue - Also...I didn't see any reference to see adding that to the one file ....perhaps u posted that just FYI type deal. Tim MouseArea {
|
I meant: // implicitHeight: listView.iconSize
implicitHeight: listView.iconSize + PlasmaCore.Units.largeSpacing * 2
// implicitHeight: listView.iconSize + PlasmaCore.Units.smallSpacing * 2
// implicitHeight: listView.iconSize + 10 * PlasmaCore.Units.devicePixelRatio * 2
|
Hi
I would like to add a line space before & after each main menu category on the left side column. Which QML file can I edit to add spacing for these??
e.g. from this:
Python 3.10
QT Creator
Kate
INTERNET APPS
Firefox
Filezilla
to
Python 3.10
QT Creator
Kate
INTERNET APPS
Firefox
Filezilla
Note the spacing before/after INTERNET APPS
Thank you
Tim
ARS N9NU
The text was updated successfully, but these errors were encountered: