mirror of https://github.com/zlatinb/muwire
shorter connect message
parent
f382d2ecbf
commit
59b5d88829
|
@ -168,7 +168,7 @@ class MainFrameView {
|
||||||
panel(id: "top-panel", constraints: BorderLayout.CENTER) {
|
panel(id: "top-panel", constraints: BorderLayout.CENTER) {
|
||||||
cardLayout()
|
cardLayout()
|
||||||
label(constraints : "top-connect-panel",
|
label(constraints : "top-connect-panel",
|
||||||
text : " MuWire is connecting, please wait. You will be able to search soon.") // TODO: real padding
|
text : " MuWire is connecting, please wait.") // 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