Fuck accessibility amirite
This commit is contained in:
parent
2002026070
commit
a0a1d5d677
@ -144,66 +144,29 @@
|
||||
}
|
||||
}
|
||||
|
||||
// This row contains a couple things
|
||||
Row {
|
||||
spacing: 4
|
||||
width: parent.width / 2
|
||||
Column {
|
||||
width: parent.width
|
||||
|
||||
Column {
|
||||
z: 100
|
||||
width: parent.width * 1.3
|
||||
spacing : 4
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
Text {
|
||||
id: lblSession
|
||||
color: "#ebdbb2"
|
||||
width: parent.width
|
||||
text: textConstants.session
|
||||
wrapMode: TextEdit.WordWrap
|
||||
font.pixelSize: 12
|
||||
}
|
||||
|
||||
ComboBox {
|
||||
id: session
|
||||
width: parent.width; height: 30
|
||||
font.pixelSize: 14
|
||||
|
||||
arrowIcon: Qt.resolvedUrl("angle-down.png")
|
||||
|
||||
model: sessionModel
|
||||
index: sessionModel.lastIndex
|
||||
|
||||
KeyNavigation.backtab: password; KeyNavigation.tab: layoutBox
|
||||
}
|
||||
Text {
|
||||
id: lblSession
|
||||
color: "#ebdbb2"
|
||||
width: parent.width
|
||||
text: textConstants.session
|
||||
wrapMode: TextEdit.WordWrap
|
||||
font.pixelSize: 12
|
||||
}
|
||||
|
||||
Column {
|
||||
z: 101
|
||||
width: parent.width * 0.7
|
||||
spacing : 4
|
||||
anchors.bottom: parent.bottom
|
||||
ComboBox {
|
||||
id: session
|
||||
width: parent.width; height: 30
|
||||
font.pixelSize: 14
|
||||
|
||||
visible: keyboard.enabled && keyboard.layouts.length > 0
|
||||
arrowIcon: Qt.resolvedUrl("angle-down.png")
|
||||
|
||||
Text {
|
||||
id: lblLayout
|
||||
color: "#ebdbb2"
|
||||
width: parent.width
|
||||
text: textConstants.layout
|
||||
wrapMode: TextEdit.WordWrap
|
||||
font.pixelSize: 12
|
||||
}
|
||||
model: sessionModel
|
||||
index: sessionModel.lastIndex
|
||||
|
||||
LayoutBox {
|
||||
id: layoutBox
|
||||
width: parent.width; height: 30
|
||||
font.pixelSize: 14
|
||||
|
||||
arrowIcon: Qt.resolvedUrl("angle-down.png")
|
||||
|
||||
KeyNavigation.backtab: session; KeyNavigation.tab: loginButton
|
||||
}
|
||||
KeyNavigation.backtab: password; KeyNavigation.tab: layoutBox
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user