summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-01-23 02:40:22 +0100
committerGitHub <noreply@github.com>2021-01-23 02:40:22 +0100
commit049278bc35f288cf159302f58c065b3fc7207753 (patch)
tree2743e48c1ac03b28336ff41ebd180f26fc402a22 /resources
parentMerge pull request #393 from LorenDB/mdCommands (diff)
parentUse colors.mid for Completer border (diff)
downloadnheko-049278bc35f288cf159302f58c065b3fc7207753.tar.xz
Merge pull request #395 from LorenDB/master
A few small things
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/Completer.qml5
-rw-r--r--resources/qml/UserProfile.qml1
2 files changed, 4 insertions, 2 deletions
diff --git a/resources/qml/Completer.qml b/resources/qml/Completer.qml

index ff342be5..7b71bd7f 100644 --- a/resources/qml/Completer.qml +++ b/resources/qml/Completer.qml
@@ -57,9 +57,9 @@ Popup { completer = undefined; } } - padding: 0 + padding: 1 onAboutToShow: currentIndex = -1 - height: listView.contentHeight + height: listView.contentHeight + 2 // + 2 for the padding on top and bottom Connections { onTimelineChanged: completer = null @@ -183,6 +183,7 @@ Popup { color: colors.base implicitHeight: popup.contentHeight implicitWidth: popup.contentWidth + border.color: colors.mid } } diff --git a/resources/qml/UserProfile.qml b/resources/qml/UserProfile.qml
index 17e698d6..8328f4a5 100644 --- a/resources/qml/UserProfile.qml +++ b/resources/qml/UserProfile.qml
@@ -14,6 +14,7 @@ ApplicationWindow { width: 420 minimumHeight: 420 palette: colors + color: colors.window ColumnLayout { id: contentL