generated from wm-packages/pika-hyprland-settings
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
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 36s
This commit is contained in:
parent
6a8329a2b7
commit
1d1553d6a7
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
||||
1
|
||||
2
|
@ -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
|
||||
|
@ -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
|
||||
}
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user