Skip to content

Commit

Permalink
Extend shapes plugin width to include the ellipsoid button (#2699)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Dec 13, 2024
1 parent 6f7d21f commit f0cde05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/gui.config
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<property key="resizable" type="bool">false</property>
<property key="x" type="double">0</property>
<property key="y" type="double">0</property>
<property key="width" type="double">250</property>
<property key="width" type="double">300</property>
<property key="height" type="double">50</property>
<property key="state" type="string">floating</property>
<property key="showTitleBar" type="bool">false</property>
Expand All @@ -183,7 +183,7 @@
<plugin filename="Lights" name="Lights">
<gz-gui>
<property key="resizable" type="bool">false</property>
<property key="x" type="double">250</property>
<property key="x" type="double">300</property>
<property key="y" type="double">0</property>
<property key="width" type="double">150</property>
<property key="height" type="double">50</property>
Expand Down

0 comments on commit f0cde05

Please sign in to comment.