style improvements

This commit is contained in:
Jakub Jezek 2021-11-02 21:06:43 +01:00
parent c3e1c81318
commit faee1ba808
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -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)