Blender Git Loki
Git Commits -> Revision 9637e4e
Revision 9637e4e by Joshua Leung (tmp-TimelineHeaderButtonsStretching) May 11, 2018, 18:43 (GMT) |
WIP: Quick hack to get Timeline header buttons to show up where we want them to WARNING: Prototype code to test that the UI design idea works. This is a nasty hack, as it uses hardcoded button sizes (extracted by hand from a screenshot and tweaked), and used to adjust the scale_x of layout items used to house the spacers-layouts. (The non-hacky part of this the new "uiItemSpacer" widget. Eventually the layout manager should be identifying these widgets and setting the sizes on them in using a method similar to what we're doing here). |
Commit Details:
Full Hash: 9637e4e65f1dba914eee80fa3b1fbe7b9c30f569
Parent Commit: f998bad
Lines Changed: +61, -28