Gitman: Auto-Commit all
This commit is contained in:
parent
9792d5092b
commit
7faef44749
9 changed files with 96 additions and 21 deletions
17
kratom.pb
Normal file → Executable file
17
kratom.pb
Normal file → Executable file
|
@ -5,22 +5,9 @@
|
|||
UseSQLiteDatabase()
|
||||
XIncludeFile "kratomfrm1.pbf"
|
||||
XIncludeFile "splash.pbf"
|
||||
XIncludeFile "pocketbase.pb"
|
||||
Declare updatelist() ; declare forward procedure
|
||||
|
||||
; A little positioning work
|
||||
|
||||
desktop = ExamineDesktops()
|
||||
screenWidth = DesktopWidth(0)
|
||||
screenHeight = DesktopHeight(0)
|
||||
|
||||
; Define the window dimensions
|
||||
windowWidth = 1140
|
||||
windowHeight = 630
|
||||
|
||||
; Calculate the center position
|
||||
xPos = (screenWidth - windowWidth) / 2
|
||||
yPos = (screenHeight - windowHeight) / 2
|
||||
|
||||
Opensplash();xPos,yPos)
|
||||
|
||||
; init code
|
||||
|
@ -107,7 +94,7 @@ Repeat
|
|||
|
||||
Until Event = #PB_Event_CloseWindow ; Quit on any window close
|
||||
; IDE Options = PureBasic 6.12 LTS (Linux - x64)
|
||||
; CursorPosition = 23
|
||||
; CursorPosition = 7
|
||||
; Folding = -
|
||||
; EnableXP
|
||||
; DPIAware
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue