UI: Timeline Playback Popup Too Narrow #119474

Merged
Harley Acheson merged 1 commits from Harley/blender:PlaybackPopupWidth into blender-v4.1-release 2024-03-14 17:10:45 +01:00
1 changed files with 1 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