add a border around the two panels

pull/24/head
Zlatin Balevsky 2019-10-19 04:59:37 +01:00
parent e06f1805c2
commit 47d406d93b
1 changed files with 2 additions and 2 deletions

View File

@ -72,10 +72,10 @@ class SearchTabView {
}
panel(constraints : BorderLayout.SOUTH) {
gridLayout(rows: 1, cols : 2)
panel {
panel (border : etchedBorder()){
button(text : "Browse Host", enabled : bind {model.browseActionEnabled}, browseAction)
}
panel {
panel (border : etchedBorder()){
button(text : "Trust", enabled: bind {model.trustButtonsEnabled }, trustAction)
button(text : "Neutral", enabled: bind {model.trustButtonsEnabled}, neutralAction)
button(text : "Distrust", enabled : bind {model.trustButtonsEnabled}, distrustAction)