mirror of https://github.com/zlatinb/muwire
slightly better looking message
parent
c51e3874da
commit
727834390c
|
@ -54,9 +54,8 @@ class MainFrameView {
|
||||||
}
|
}
|
||||||
panel(id: "top-panel", constraints: BorderLayout.CENTER) {
|
panel(id: "top-panel", constraints: BorderLayout.CENTER) {
|
||||||
cardLayout()
|
cardLayout()
|
||||||
panel(constraints : "top-connect-panel") {
|
label(constraints : "top-connect-panel",
|
||||||
label(text : "MuWire is connecting, please wait. You will be able to search soon.")
|
text : " MuWire is connecting, please wait. You will be able to search soon.") // TODO: real padding
|
||||||
}
|
|
||||||
panel(constraints : "top-search-panel") {
|
panel(constraints : "top-search-panel") {
|
||||||
borderLayout()
|
borderLayout()
|
||||||
panel(constraints: BorderLayout.CENTER) {
|
panel(constraints: BorderLayout.CENTER) {
|
||||||
|
|
Loading…
Reference in New Issue