Skip to content

Commit

Permalink
fix reset button in more world sdf files
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Sep 20, 2023
1 parent a52d50c commit 28efddc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/plugin/rendering_plugins/rendering_plugins.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<property type="bool" key="showTitleBar">false</property>
<property type="bool" key="resizable">false</property>
<property type="double" key="height">72</property>
<property type="double" key="width">121</property>
<property type="double" key="z">1</property>

<property type="string" key="state">floating</property>
Expand Down
1 change: 0 additions & 1 deletion examples/scripts/log_video_recorder/log_video_recorder.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
<property type='bool' key='showTitleBar'>false</property>
<property type='bool' key='resizable'>false</property>
<property type='double' key='height'>72</property>
<property type='double' key='width'>121</property>
<property type='double' key='z'>1</property>
<property type='string' key='state'>floating</property>
<anchors target='3D View'>
Expand Down
1 change: 0 additions & 1 deletion examples/worlds/thermal_camera.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
<property type="bool" key="showTitleBar">false</property>
<property type="bool" key="resizable">false</property>
<property type="double" key="height">72</property>
<property type="double" key="width">121</property>
<property type="double" key="z">1</property>

<property type="string" key="state">floating</property>
Expand Down
1 change: 0 additions & 1 deletion examples/worlds/tracked_vehicle_simple.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,6 @@
<property type='bool' key='showTitleBar'>0</property>
<property type='bool' key='resizable'>0</property>
<property type='double' key='height'>72</property>
<property type='double' key='width'>121</property>
<property type='double' key='z'>1</property>
<property type='string' key='state'>floating</property>
<anchors target='3D View'>
Expand Down
1 change: 0 additions & 1 deletion src/gui/playback_gui.config
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
<property type="bool" key="showTitleBar">false</property>
<property type="bool" key="resizable">false</property>
<property type="double" key="height">72</property>
<property type="double" key="width">121</property>
<property type="double" key="z">1</property>

<property type="string" key="state">floating</property>
Expand Down

0 comments on commit 28efddc

Please sign in to comment.