浏览代码

fix: exit alignment center

micha 1 年之前
父节点
当前提交
5f393812be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      LibreLightDesk.py

+ 1 - 1
LibreLightDesk.py

@@ -109,7 +109,7 @@ table.append(bx)
 y+=bx.get_rect()[3]+30
 
 bx = sdl_elm.Button(window,pos=[x,y,400,60])
-bx.text = "        Exit"
+bx.text = "         Exit"
 bx.btn1.cb_on.set(exit)
 bx.font0 = pygame.font.SysFont("freesans-bold",80)
 table.append(bx)