]> git.siccegge.de Git - frida/frida.git/commitdiff
Resize the basicBlock widget
authorChristoph Egger <siccegge@cs.fau.de>
Tue, 20 May 2014 12:23:53 +0000 (14:23 +0200)
committerChristoph Egger <siccegge@cs.fau.de>
Tue, 20 May 2014 12:23:53 +0000 (14:23 +0200)
src/gui/widgets/BasicBlockWidget.hxx

index 6ea927b3e4706965447c0adc633f4226637691cd..8c5ef1af415b5dc05761fdcaeee67db2993b0854 100644 (file)
@@ -12,6 +12,7 @@ public:
         _widget.addItem("IS");
         _widget.addItem("A");
         _widget.addItem("TEST");
+               _widget.resize(dx-20, dy-20);
     }
 
     QRectF boundingRect() const