Update release version to 1.0.0-101pika15 and adjust ActiveWindow layout for better spacing
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 39s

This commit is contained in:
ferreo 2024-11-22 23:33:08 +00:00
parent d9e551638f
commit 4f5a25698c
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1
2

View File

@ -1,4 +1,4 @@
pikabar (1.0.0-101pika14) pika; urgency=medium
pikabar (1.0.0-101pika15) pika; urgency=medium
* Less of a chonker

View File

@ -46,7 +46,7 @@ BarWidget {
Text {
id: text
Layout.fillWidth: false
Layout.maximumWidth: wrapper.maxWidth - icon.implicitWidth - 16
Layout.maximumWidth: wrapper.maxWidth - icon.implicitWidth - 32
horizontalAlignment: Text.AlignLeft
text: ToplevelManager.activeToplevel?.title ?? ""
color: Globals.commonStyles.textColor