Kaynağa Gözat

fix: exit alignment center

micha 1 yıl önce
ebeveyn
işleme
5f393812be
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)