mirror of https://github.com/zlatinb/muwire
add a border around the two panels
parent
e06f1805c2
commit
47d406d93b
|
@ -72,10 +72,10 @@ class SearchTabView {
|
||||||
}
|
}
|
||||||
panel(constraints : BorderLayout.SOUTH) {
|
panel(constraints : BorderLayout.SOUTH) {
|
||||||
gridLayout(rows: 1, cols : 2)
|
gridLayout(rows: 1, cols : 2)
|
||||||
panel {
|
panel (border : etchedBorder()){
|
||||||
button(text : "Browse Host", enabled : bind {model.browseActionEnabled}, browseAction)
|
button(text : "Browse Host", enabled : bind {model.browseActionEnabled}, browseAction)
|
||||||
}
|
}
|
||||||
panel {
|
panel (border : etchedBorder()){
|
||||||
button(text : "Trust", enabled: bind {model.trustButtonsEnabled }, trustAction)
|
button(text : "Trust", enabled: bind {model.trustButtonsEnabled }, trustAction)
|
||||||
button(text : "Neutral", enabled: bind {model.trustButtonsEnabled}, neutralAction)
|
button(text : "Neutral", enabled: bind {model.trustButtonsEnabled}, neutralAction)
|
||||||
button(text : "Distrust", enabled : bind {model.trustButtonsEnabled}, distrustAction)
|
button(text : "Distrust", enabled : bind {model.trustButtonsEnabled}, distrustAction)
|
||||||
|
|
Loading…
Reference in New Issue