Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F112295
D172.1732290459.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D172.1732290459.diff
View Options
diff --git a/src/contents/ui/Bubble.qml b/src/contents/ui/Bubble.qml
--- a/src/contents/ui/Bubble.qml
+++ b/src/contents/ui/Bubble.qml
@@ -234,14 +234,14 @@
ToolTip.timeout: Helpers.toolTipTimeout
ToolTip.visible: hoverHandlerTime.hovered
HoverHandler { id: hoverHandlerTime }
- font.pointSize: Kirigami.Theme.defaultFont.pointSize * 0.8
+ font: Kirigami.Theme.smallFont
}
Label {
objectName: 'editedIndicator'
visible: !compactMode && event.isEdited
text: l10n.get('event-edited-indicator')
- font.pointSize: Kirigami.Theme.defaultFont.pointSize * 0.8
+ font: Kirigami.Theme.smallFont
}
Kazv.EventReadIndicator {
diff --git a/src/contents/ui/UserPage.qml b/src/contents/ui/UserPage.qml
--- a/src/contents/ui/UserPage.qml
+++ b/src/contents/ui/UserPage.qml
@@ -166,13 +166,12 @@
Label {
objectName: 'userNameLabel'
Layout.alignment: Qt.AlignHCenter
- font.pixelSize: Kirigami.Units.gridUnit
text: !!userPage.user.name ? userPage.user.name : userPage.userId
}
Label {
objectName: 'userIdLabel'
Layout.alignment: Qt.AlignHCenter
- font.pixelSize: Kirigami.Units.gridUnit * 0.8
+ font: Kirigami.Theme.smallFont
visible: !!userPage.user.name
text: userPage.userId
}
diff --git a/src/contents/ui/device-mgmt/Device.qml b/src/contents/ui/device-mgmt/Device.qml
--- a/src/contents/ui/device-mgmt/Device.qml
+++ b/src/contents/ui/device-mgmt/Device.qml
@@ -24,7 +24,7 @@
Label {
objectName: 'displayNameLabel'
text: item.displayName
- font.pixelSize: Kirigami.Units.gridUnit * 0.5
+ font: Kirigami.Theme.smallFont
visible: !!item.displayName
}
Layout.fillWidth: true
diff --git a/src/contents/ui/room-settings/RoomSettingsPage.qml b/src/contents/ui/room-settings/RoomSettingsPage.qml
--- a/src/contents/ui/room-settings/RoomSettingsPage.qml
+++ b/src/contents/ui/room-settings/RoomSettingsPage.qml
@@ -132,13 +132,12 @@
Label {
objectName: 'roomNameLabel'
Layout.alignment: Qt.AlignHCenter
- font.pixelSize: Kirigami.Units.gridUnit
text: !!room.name ? room.name : room.roomId
}
Label {
objectName: 'roomIdLabel'
Layout.alignment: Qt.AlignHCenter
- font.pixelSize: Math.ceil(Kirigami.Units.gridUnit * 0.8)
+ font: Kirigami.Theme.smallFont
text: room.roomId
visible: !!room.name
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 7:47 AM (5 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38901
Default Alt Text
D172.1732290459.diff (2 KB)
Attached To
Mode
D172: Use Kirigami.Theme.smallFont for small fonts
Attached
Detach File
Event Timeline
Log In to Comment