UI: Timeline Playback Popup Too Narrow

With default sizes the Timeline "Playback" popover clips the text of
two items in English. This PR just makes it just wide enough plus a
bit of breathing room.

Pull Request: https://projects.blender.org/blender/blender/pulls/119474
This commit is contained in:
Harley Acheson
2024-03-14 17:10:34 +01:00
committed by Harley Acheson
parent 6aa21ed752
commit a1fcdf10f2

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