Added option to disable the auto-map open after generation

master
adrido 2015-06-15 15:13:41 +02:00
parent 019022936f
commit 20c2b10f58
1 changed files with 15 additions and 0 deletions

View File

@ -2190,6 +2190,7 @@
<string>Extras</string>
</property>
<addaction name="actionExpert_Mode"/>
<addaction name="actionOpen_map_after_creation"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
@ -2430,6 +2431,20 @@ p, li { white-space: pre-wrap; }
<string>Expert Mode shows the parameters, that you can modify it.</string>
</property>
</action>
<action name="actionOpen_map_after_creation">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Open map after creation</string>
</property>
<property name="toolTip">
<string>Open map after creation with the default png viewer</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>