File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RowLayout {
10
10
id: root
11
11
12
12
focus: true
13
+ spacing: 0
13
14
14
15
state: " menu"
15
16
@@ -144,6 +145,8 @@ RowLayout {
144
145
id: filterMenu
145
146
146
147
Layout .fillWidth : true
148
+ Layout .fillHeight : true
149
+ Layout .topMargin : PlatformUtils .isOSX () ? - 3 : 0
147
150
148
151
property int btnWidth: PlatformUtils .isOSXRetina (Screen)? 18 : 22
149
152
property int btnHeight: PlatformUtils .isOSXRetina (Screen)? 18 : 22
@@ -152,8 +155,13 @@ RowLayout {
152
155
id: filterCombobox
153
156
objectName: " rdm_inline_menu_filter_field"
154
157
editable: true
155
- Layout .fillWidth : true
156
- indicator .width : 30
158
+
159
+ Layout .preferredWidth : connectionsTree .width * 0.4
160
+ Layout .preferredHeight : PlatformUtils .isOSX ()? 25 : 30
161
+
162
+ indicator .width : PlatformUtils .isOSX ()? 30 : 40
163
+ indicator .height : PlatformUtils .isOSX ()? 25 : 30
164
+
157
165
selectTextByMouse: true
158
166
editText: styleData .value [" filter" ]
159
167
model: styleData .value [" filterHistory" ]
@@ -212,7 +220,7 @@ RowLayout {
212
220
imgWidth: filterMenu .btnWidth
213
221
imgHeight: filterMenu .btnHeight
214
222
iconSource: PlatformUtils .getThemeIcon (" help.svg" )
215
- onClicked: Qt .openUrlExternally (" http ://docs.resp.app/en/latest/features/#search-in-connection-tree " )
223
+ onClicked: Qt .openUrlExternally (" https ://docs.resp.app/en/latest/lg-keyspaces/#use-specific-scan-filter-to-reduce-loaded-amount-of-keys " )
216
224
}
217
225
218
226
ImageButton {
You can’t perform that action at this time.
0 commit comments