Add shortcut to focus filter rooms field
This commit is contained in:
@@ -5,6 +5,7 @@ import "../Base"
|
||||
HRowLayout {
|
||||
id: toolBar
|
||||
|
||||
property alias filterField: filterField
|
||||
property alias roomFilter: filterField.text
|
||||
|
||||
Layout.fillWidth: true
|
||||
|
@@ -10,6 +10,8 @@ HRectangle {
|
||||
|
||||
color: theme.sidePane.background
|
||||
|
||||
property alias paneToolBar: paneToolBar
|
||||
|
||||
property real autoWidthRatio: theme.sidePane.autoWidthRatio
|
||||
property bool manuallyResizing: false
|
||||
property bool manuallyResized: false
|
||||
|
Reference in New Issue
Block a user