summary refs log tree commit diff
path: root/resources/qml/QuickSwitcher.qml
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-24 13:38:01 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-24 13:38:01 +0530
commit096f37df1f81ca988a6a2aed7589ca5e15ee45d3 (patch)
treef4c6cc9a80417af28efa2aa28b5d951a6d825568 /resources/qml/QuickSwitcher.qml
parentfix matrixtextfield color and quickswitcher font size (diff)
downloadnheko-096f37df1f81ca988a6a2aed7589ca5e15ee45d3.tar.xz
fix row content centering
Diffstat (limited to '')
-rw-r--r--resources/qml/QuickSwitcher.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/QuickSwitcher.qml b/resources/qml/QuickSwitcher.qml
index b772983a..eceffbde 100644
--- a/resources/qml/QuickSwitcher.qml
+++ b/resources/qml/QuickSwitcher.qml
@@ -55,6 +55,7 @@ Popup {
         fullWidth: true
         avatarHeight: textWidth
         avatarWidth: textWidth
+        centerRowContent: false
 
         closePolicy: Popup.NoAutoClose
     }