From 95fffbb57f9a2c8544d33080b5662ad37789d358 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 21 Feb 2009 18:33:09 +0000 Subject: 2.5 Useful goodies: most buttons for Image window back. Not every button works! But what you can do: - press Nkey to show/hide options - use curves, with realtime updating - image properties panel, load, browsing layers, setting types - paint panel - plus new paint color picker panel! (why it wasn't there in 2.4x is probably obvious, but now it can!) Hrm... radial control should be added here too, and a nice paint size cursor? --- source/blender/editors/interface/interface_panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/interface/interface_panel.c') diff --git a/source/blender/editors/interface/interface_panel.c b/source/blender/editors/interface/interface_panel.c index 4ee5de85675..6775f6362b8 100644 --- a/source/blender/editors/interface/interface_panel.c +++ b/source/blender/editors/interface/interface_panel.c @@ -243,7 +243,7 @@ void uiFreePanels(ListBase *lb) void uiNewPanelHeight(uiBlock *block, int sizey) { - if(sizey<64) sizey= 64; + if(sizey<0) sizey= 0; if(block->panel) { block->panel->ofsy+= (block->panel->sizey - sizey); -- cgit v1.2.3