Page MenuHomePhorge

D172.1726847738.diff
No OneTemporary

D172.1726847738.diff

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

Mime Type
text/plain
Expires
Fri, Sep 20, 8:55 AM (18 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16026
Default Alt Text
D172.1726847738.diff (2 KB)

Event Timeline