Skip to content

Commit f0cde05

Browse files
authored
Extend shapes plugin width to include the ellipsoid button (gazebosim#2699)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 6f7d21f commit f0cde05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gui/gui.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<property key="resizable" type="bool">false</property>
172172
<property key="x" type="double">0</property>
173173
<property key="y" type="double">0</property>
174-
<property key="width" type="double">250</property>
174+
<property key="width" type="double">300</property>
175175
<property key="height" type="double">50</property>
176176
<property key="state" type="string">floating</property>
177177
<property key="showTitleBar" type="bool">false</property>
@@ -183,7 +183,7 @@
183183
<plugin filename="Lights" name="Lights">
184184
<gz-gui>
185185
<property key="resizable" type="bool">false</property>
186-
<property key="x" type="double">250</property>
186+
<property key="x" type="double">300</property>
187187
<property key="y" type="double">0</property>
188188
<property key="width" type="double">150</property>
189189
<property key="height" type="double">50</property>

0 commit comments

Comments
 (0)