mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
style improvements
This commit is contained in:
parent
c3e1c81318
commit
faee1ba808
1 changed files with 2 additions and 2 deletions
|
|
@ -804,11 +804,11 @@ def main_window(selection):
|
|||
task_type_input = FlamePushButtonMenu(
|
||||
cfg_d["create_task_type"], F_PROJ_TASK_TYPES, window)
|
||||
|
||||
## Button
|
||||
# Button
|
||||
select_all_btn = FlameButton('Select All', select_all, window)
|
||||
ftrack_send_btn = FlameButton('Send to Ftrack', send_to_ftrack, window)
|
||||
|
||||
## left props
|
||||
# left props
|
||||
prop_layout_l = QtWidgets.QGridLayout()
|
||||
prop_layout_l.setHorizontalSpacing(30)
|
||||
prop_layout_l.addWidget(shot_name_label, 0, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue