Merge branch 'blender-v4.1-release'

This commit is contained in:
Sergey Sharybin
2024-03-14 17:11:45 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -228,7 +228,7 @@ class TimelinePanelButtons:
class TIME_PT_playback(TimelinePanelButtons, Panel):
bl_label = "Playback"
bl_region_type = 'HEADER'
bl_ui_units_x = 11
bl_ui_units_x = 13
def draw(self, context):
layout = self.layout