Commit fddd8213 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(ui/views/App/Calls/ConferenceManager): in progress

parent 040015a2
......@@ -6,11 +6,28 @@ import Common.Styles 1.0
// =============================================================================
Rectangle {
border {
color: TextFieldStyle.background.border.color.normal
width: TextFieldStyle.background.border.width
}
id: field
default property alias _content: content.data
color: TextFieldStyle.background.color.normal
radius: TextFieldStyle.background.radius
Item {
id: content
anchors.fill: parent
}
Rectangle {
anchors.fill: parent
border {
color: TextFieldStyle.background.border.color.normal
width: TextFieldStyle.background.border.width
}
color: 'transparent'
radius: field.radius
}
}
......@@ -19,7 +19,7 @@ Item {
Shortcut {
id: settingsShortcut
sequence: "Ctrl+P"
sequence: 'Ctrl+P'
onActivated: App.smartShowWindow(App.getSettingsWindow())
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment