Increase height of dock panel

This commit is contained in:
Evie Litherland-Smith 2024-09-28 07:08:37 +01:00
parent d68dee3133
commit f1fadf0cef

View file

@ -126,7 +126,7 @@
]; ];
} }
{ {
height = 36; height = 48;
lengthMode = "fit"; lengthMode = "fit";
location = "bottom"; location = "bottom";
alignment = "center"; alignment = "center";
@ -265,17 +265,6 @@
apiEnabled = false; apiEnabled = false;
}; };
kcminputrc.Keyboard.NumLock = 1; kcminputrc.Keyboard.NumLock = 1;
yakuakerc = {
Dialogs.FirstRun = false;
Window = {
DynamicTabTitles = true;
Height = 80;
Width = 80;
KeepOpen = true;
ShowSystrayIcon = false;
ShowTitleBar = false;
};
};
plasmanotifyrc = { plasmanotifyrc = {
Notifications = { Notifications = {
NormalAlwaysOnTop = true; NormalAlwaysOnTop = true;