X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fgraphic%2Fgraphic.C;h=16c2f546ad564573c628108b9a2ed1ef8ff0d695;hb=07af5297688e2f888e0a309eab76293093a003bb;hp=8dcdf979833f058a28ec350c75e2e05c4060876a;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/graphic/graphic.C b/cinelerra-5.1/plugins/graphic/graphic.C index 8dcdf979..16c2f546 100644 --- a/cinelerra-5.1/plugins/graphic/graphic.C +++ b/cinelerra-5.1/plugins/graphic/graphic.C @@ -699,7 +699,7 @@ int GraphicReset::handle_event() GraphicSize::GraphicSize(GraphicGUI *window, GraphicEQ *plugin, int x, int y) - : BC_PopupMenu(x, y, xS(100), "4096", 1) + : BC_PopupMenu(x, y, xS(120), "4096", 1) { this->plugin = plugin; this->window = window;