jayanam / fast-carve

Hardsurface utility Blender addon for fast boolean and bevel operations (it's now JMesh tools : https://github.com/jayanam/jmesh-tools)
https://www.youtube.com/watch?v=Con5uMDwRQ0&list=PLboXykqtm8dxZxhA1P-iyy_vpis04Hyem
GNU General Public License v3.0
489 stars 54 forks source link

The drop down menus (display as, primitives) should take minimum-possible width of the Add-on's GUI #40

Open raindropsfromsky opened 5 years ago

raindropsfromsky commented 5 years ago

The drop-down menus take up too much width of the Fast-Carve GUI. As a result, the labels are not visible until the GUI is widened to a very large extent. By that time the labels become fully visible, the Fast-Carve GUI takes up too much of the screen width.

For example, as shown below, the "Display As:" label is partially hidden, although the GUI is already 4.5 cm wide. image

As shown below, the label is revealed only when the GUI is widened to 6 cm. image

The same thing happens with the "primitives" drop-down menu also.

Desired: All labels should become visible even when the GUI is bare-minimum wide.

In other words, the drop down menus (display as, primitives) should take up minimum width of the GUI.