Dock panel settings show up as a tiny bar for me. I can just about gleam the buttons there, but it is too narrow to do anything.
1. screenshot? 2. font dpi setting? 3. Screen resolution? 4. Screen scaling factor?
Created attachment 114141 [details] screenshot of the too narrow settings window
dpi is 144, scaling factor is 1.5. resolution is 3200x1800
(In reply to Anders Honore from comment #2) > Created attachment 114141 [details] > screenshot of the too narrow settings window the width for dock settings window is calculated through: 34 * theme.defaultFont.pixelSize in your system the font you are using for some reason returns zero... What font are you using? Can you make a screenshot for Fonts at plasma systemsettings? If you use another font and re-login to plasma the problem remains?
Created attachment 114142 [details] screenshot of font dpi after change After changing from PT sans to sans serif and logging out and in again
can you upload your layout please?
you mean config file? I am quite new to Latte - what is the path?
(In reply to Anders Honore from comment #7) > you mean config file? I am quite new to Latte - what is the path? 1. close Latte 2. all your latte layout files are located at: ~/.config/latte There is also a Latte Layouts editor you can export them if you want, you can access it with shortcut Meta+W or Meta+E
Git commit f2172562c095932c3b4ae6892a5ad95bc4cb6869 by Michail Vourlakos. Committed on 26/07/2018 at 23:06. Pushed by mvourlakos into branch 'master'. dont allow settings window width to be very small --to make things even more robust the dock settings window width is made a portion of the dock settings window height. The code was also checked in order to not create any bindings loops M +1 -1 shell/package/contents/configuration/LatteDockConfiguration.qml M +1 -1 shell/package/contents/configuration/LatteDockSecondaryConfiguration.qml https://commits.kde.org/latte-dock/f2172562c095932c3b4ae6892a5ad95bc4cb6869
Git commit f700ac4f2ca9d96be405b27c3be8920aace1d39a by Michail Vourlakos. Committed on 26/07/2018 at 23:10. Pushed by mvourlakos into branch 'v0.8'. dont allow settings window width to be very small --to make things even more robust the dock settings window width is made a portion of the dock settings window height. The code was also checked in order to not create any bindings loops M +1 -1 shell/package/contents/configuration/LatteDockConfiguration.qml M +1 -1 shell/package/contents/configuration/LatteDockSecondaryConfiguration.qml https://commits.kde.org/latte-dock/f700ac4f2ca9d96be405b27c3be8920aace1d39a
(In reply to Anders Honore from comment #0) I made also a commit to prevent this from happening but it will be available from v0.8.1