mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Taskbar improvements
- Fix broken tooltip and truncate them if too long - Fix SystemInfo width which can lead to blurry image in the taskbar
This commit is contained in:
@@ -8,6 +8,10 @@ Row {
|
||||
spacing: 10
|
||||
visible: Settings.settings.showSystemInfoInBar
|
||||
|
||||
// The width calculation below is required to ensure our row width is an integer.
|
||||
// If omitted the next component to the right might get blurry (Taskbar icons).
|
||||
width: Math.floor(cpuUsageLayout.width + cpuTempLayout.width + memoryUsageLayout.width + (2 * 10))
|
||||
|
||||
Row {
|
||||
id: cpuUsageLayout
|
||||
spacing: 6
|
||||
|
||||
Reference in New Issue
Block a user