Browse Source

added new param

dev
qiancj 9 months ago
parent
commit
e257e16909
  1. 1
      frontend/components_lib/constant.py

1
frontend/components_lib/constant.py

@ -50,6 +50,7 @@ class LayoutParams:
"""
VER_LAYOUT = (0, wx.ALL | wx.ALIGN_CENTER_VERTICAL | wx.EXPAND, 5)
HOR_LAYOUT = (0, wx.ALL | wx.ALIGN_CENTER_HORIZONTAL | wx.EXPAND, 5)
SPC_LAYOUT = (0, wx.ALIGN_CENTER_HORIZONTAL, 5)
class FileDirPickerParam:

Loading…
Cancel
Save