mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 07:30:14 +08:00
Fix bg color
This commit is contained in:
parent
92d9e27b04
commit
86cf95f0fb
@ -38,7 +38,7 @@ class PrimaryStyleSheet : BaseStyleSheet() {
|
||||
* bot list
|
||||
*/
|
||||
rootPane {
|
||||
child(vBox) {
|
||||
leftPane {
|
||||
|
||||
backgroundColor += c(primaryColor)
|
||||
// 这个padding有bug,十分神奇
|
||||
|
@ -30,6 +30,8 @@ class PrimaryView : View() {
|
||||
|
||||
left = vbox {
|
||||
|
||||
addClass("left-pane")
|
||||
|
||||
imageview(Image(PrimaryView::class.java.classLoader.getResourceAsStream("logo.png"))) {
|
||||
fitHeight = 40.0
|
||||
alignment = Pos.CENTER
|
||||
|
Loading…
Reference in New Issue
Block a user