Update changelog for v1.0.0-101pika11; fix spacings and enhance font size consistency in various QML files for improved UI
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 36s

This commit is contained in:
ferreo 2024-11-18 10:43:20 +00:00
parent 6a8329a2b7
commit 1d1553d6a7
5 changed files with 13 additions and 5 deletions

View File

@ -1 +1 @@
1
2

View File

@ -1,3 +1,9 @@
pikabar (1.0.0-101pika11) pika; urgency=medium
* Fix spacings
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
pikabar (1.0.0-101pika10) pika; urgency=medium
* Switch to an open source font

View File

@ -6,11 +6,12 @@ QtObject {
property string tooltipTextColor: "white"
property string textColor: "white"
property string fontFamily: "Comfortaa"
property string fontFamilySans: "Sans"
property string iconFontFamily: "Material Symbols Rounded"
property int fontWeight: 500
property int tooltipFontSize: 14
property int textFontSize: 16
property int smallTextFontSize: 12
property int iconFontSize: 14
property int iconFontSize: 16
property int iconFontSizeLarge: 20
}

View File

@ -18,6 +18,7 @@ BarWidget {
RowLayout {
anchors.fill: parent
anchors.bottomMargin: 4
spacing: 10
Repeater {
@ -56,7 +57,8 @@ BarWidget {
IconImage {
id: icon
anchors.centerIn: parent
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
source: item && item.icon ? item.icon : ""
visible: status === Image.Ready
implicitSize: 24

View File

@ -160,8 +160,7 @@ BarWidget {
return "#666666";
}
font.pixelSize: Globals.commonStyles.textFontSize
font.family: Globals.commonStyles.fontFamily
font.family: Globals.commonStyles.fontFamilySans
Behavior on color {
ColorAnimation {
duration: 100