-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ign-gui3' into chapulina/3/world_from_menu
- Loading branch information
Showing
21 changed files
with
1,239 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0"?> | ||
|
||
<!-- Window --> | ||
<window> | ||
<width>1000</width> | ||
<height>845</height> | ||
<default_exit_action>SHUTDOWN_SERVER</default_exit_action> | ||
<dialog_on_exit>true</dialog_on_exit> | ||
<dialog_on_exit_options> | ||
<prompt_text>really?</prompt_text> | ||
<show_shutdown_button>true</show_shutdown_button> | ||
<show_close_gui_button>true</show_close_gui_button> | ||
<shutdown_button_text>Quit Server and GUI</shutdown_button_text> | ||
<!-- Always change this text when displaying both close GUI and shutdown button, otherwise there | ||
would be a dialog with "OK", "Cancel" and "shutdown", which is not very good UX. --> | ||
<close_gui_button_text>Quit GUI only</close_gui_button_text> | ||
</dialog_on_exit_options> | ||
</window> | ||
|
||
<plugin filename="ShutdownButton"> | ||
<ignition-gui> | ||
<title>Shutdown</title> | ||
<property type="int" key="x">500</property> | ||
<property type="int" key="y">950</property> | ||
<property type="int" key="height">180</property> | ||
<property type="int" key="width">240</property> | ||
</ignition-gui> | ||
</plugin> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.