Update qtoolalign (Fixes issue 704)
- Removes shortcut ctrl-a for align tool -- to avoid ctrl-a for select all text in UI controls messing up prim selection - Adds llselectmgr select all function -- to replace ctrl-a select all prims functionality that was a side effect of qtoolalign having this shortcut - Adds toggle button (up/down arrow) to build floater for toggling display of the lower tab container area -- This is to satisfy users who relied on ctrl-a to use align while the build floater was minimized and out of the way - Syncs qtoolalign from Alchemy
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<check_box label="Drehen (Strg)" name="radio rotate"/>
|
||||
<check_box label="Dehnen (Strg-Umschalt)" name="radio stretch"/>
|
||||
<check_box label="Textur auswählen" name="radio select face"/>
|
||||
<check_box label="Ausrichten (Strg-A)" name="radio align"/>
|
||||
<check_box label="Ausrichten" name="radio align"/>
|
||||
<check_box label="Verknüpfte Teile bearbeiten" name="checkbox edit linked parts"/>
|
||||
<text name="text ruler mode">Lineal:</text>
|
||||
<combo_box name="combobox grid mode">
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
function="BuildTool.setTool"
|
||||
parameter="Land" />
|
||||
</button>
|
||||
<button name="mini_button" bottom="-34" left="245" height="22" width="22" control_name="LiruMiniBuildFloater" label="" image_selected="down_arrow.tga" image_unselected="up_arrow.tga" scale_image="true" toggle="true" tool_tip="Toggle tiny build floater"/>
|
||||
|
||||
<!-- Focus panel -->
|
||||
|
||||
@@ -128,7 +129,7 @@
|
||||
function="BuildTool.commitRadioEdit"/>
|
||||
</check_box>
|
||||
<check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Align (Ctrl-A)" left="4" mouse_opaque="true"
|
||||
initial_value="false" label="Align" left="4" mouse_opaque="true"
|
||||
name="radio align" radio_style="true" width="114" >
|
||||
<check_box.commit_callback
|
||||
function="BuildTool.commitRadioEdit"/>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<check_box label="Girar (Ctrl)" name="radio rotate"/>
|
||||
<check_box label="Estirar (Ctrl-Mayús)" name="radio stretch"/>
|
||||
<check_box label="Elegir Cara" name="radio select face"/>
|
||||
<check_box label="Alinear (Ctrl-A)" name="radio align"/>
|
||||
<check_box label="Alinear" name="radio align"/>
|
||||
<check_box label="Editar partes enlazadas" name="checkbox edit linked parts"/>
|
||||
<text name="text ruler mode">
|
||||
Regla:
|
||||
|
||||
Reference in New Issue
Block a user