Skip to content

Commit 4a5c0f0

Browse files
authored
Merge pull request #110 from BCLab-UNM/hotfix-minor-GUI-bugs
Hotfix minor gui bugs
2 parents 7881f87 + 881e7a3 commit 4a5c0f0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/rqt_rover_gui/src/rover_gui_plugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ namespace rqt_rover_gui
204204
ui.custom_num_rovers_combobox->setStyleSheet("color: grey; border:2px solid grey;");
205205

206206
ui.tab_widget->setCurrentIndex(0);
207+
ui.log_tab->setCurrentIndex(1);
207208

208209
ui.texture_combobox->setItemData(0, QColor(Qt::white), Qt::TextColorRole);
209210

src/rqt_rover_gui/src/rover_gui_plugin.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,15 +397,15 @@ border: 1px solid white;
397397
<rect>
398398
<x>10</x>
399399
<y>90</y>
400-
<width>90</width>
400+
<width>131</width>
401401
<height>20</height>
402402
</rect>
403403
</property>
404404
<property name="styleSheet">
405405
<string notr="true">color: rgb(255, 255, 255);</string>
406406
</property>
407407
<property name="text">
408-
<string>Panning</string>
408+
<string>Panning and Zoom</string>
409409
</property>
410410
<property name="alignment">
411411
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
@@ -2906,7 +2906,7 @@ padding: 1px;</string>
29062906
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
29072907
p, li { white-space: pre-wrap; }
29082908
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
2909-
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;When checked, a Gazebo world without rovers, walls, ground texture, or a collection zone will be created. The purpose of this option is to generate tag distributions using the Uniform, Clustered, or Power Law in a way that you can save the world file from Gazebo and re-use that same distribution later using the Custom world option. It will also load much faster as well when loading a pre-built distribution.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2909+
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
29102910
</property>
29112911
<property name="whatsThis">
29122912
<string/>
@@ -3453,7 +3453,7 @@ QTabBar::tab:only-one {
34533453
</string>
34543454
</property>
34553455
<property name="currentIndex">
3456-
<number>0</number>
3456+
<number>1</number>
34573457
</property>
34583458
<widget class="QWidget" name="info_log_tab">
34593459
<attribute name="title">

0 commit comments

Comments
 (0)