mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-21 05:04:32 +00:00
Decrease vertical size of search bar and spacing in add model view.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
029bd318e9
commit
f8a935d8a6
@ -38,12 +38,12 @@ Rectangle {
|
|||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.margins: 30
|
anchors.margins: 30
|
||||||
spacing: 50
|
spacing: 30
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
spacing: 50
|
spacing: 30
|
||||||
|
|
||||||
MyButton {
|
MyButton {
|
||||||
id: backButton
|
id: backButton
|
||||||
@ -84,7 +84,6 @@ Rectangle {
|
|||||||
readOnly: ModelList.discoverInProgress
|
readOnly: ModelList.discoverInProgress
|
||||||
Layout.alignment: Qt.AlignCenter
|
Layout.alignment: Qt.AlignCenter
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: 90
|
|
||||||
font.pixelSize: theme.fontSizeLarger
|
font.pixelSize: theme.fontSizeLarger
|
||||||
placeholderText: qsTr("Discover and download models by keyword search...")
|
placeholderText: qsTr("Discover and download models by keyword search...")
|
||||||
Accessible.role: Accessible.EditableText
|
Accessible.role: Accessible.EditableText
|
||||||
|
Loading…
Reference in New Issue
Block a user