forked from Shinonome/dots-hyprland
make search result text smaller
This commit is contained in:
@@ -141,7 +141,7 @@ RippleButton {
|
|||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
spacing: 0
|
spacing: 0
|
||||||
StyledText {
|
StyledText {
|
||||||
font.pixelSize: Appearance.font.pixelSize.small
|
font.pixelSize: Appearance.font.pixelSize.smaller
|
||||||
color: Appearance.colors.colSubtext
|
color: Appearance.colors.colSubtext
|
||||||
visible: root.itemType && root.itemType != qsTr("App")
|
visible: root.itemType && root.itemType != qsTr("App")
|
||||||
text: root.itemType
|
text: root.itemType
|
||||||
@@ -150,7 +150,7 @@ RippleButton {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
id: nameText
|
id: nameText
|
||||||
textFormat: Text.StyledText // RichText also works, but StyledText ensures elide work
|
textFormat: Text.StyledText // RichText also works, but StyledText ensures elide work
|
||||||
font.pixelSize: Appearance.font.pixelSize.normal
|
font.pixelSize: Appearance.font.pixelSize.small
|
||||||
font.family: Appearance.font.family[root.fontType]
|
font.family: Appearance.font.family[root.fontType]
|
||||||
color: Appearance.m3colors.m3onSurface
|
color: Appearance.m3colors.m3onSurface
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
|
|||||||
Reference in New Issue
Block a user