mirror of https://github.com/zlatinb/muwire
icon for closing tabs
parent
9435cb003b
commit
03d6af39ed
Binary file not shown.
After Width: | Height: | Size: 298 B |
|
@ -63,7 +63,7 @@ class SearchTabView {
|
||||||
panel {
|
panel {
|
||||||
label(text : searchTerms, constraints : BorderLayout.CENTER)
|
label(text : searchTerms, constraints : BorderLayout.CENTER)
|
||||||
}
|
}
|
||||||
button(text : "x", preferredSize : [17,17], constraints : BorderLayout.EAST, // TODO: in osx is probably WEST
|
button(icon : imageIcon("/close_tab.png"), preferredSize : [20,20], constraints : BorderLayout.EAST, // TODO: in osx is probably WEST
|
||||||
actionPerformed : closeTab )
|
actionPerformed : closeTab )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue