Skip to content

Commit

Permalink
Update scriptingwindow.ui
Browse files Browse the repository at this point in the history
Add Bold on the 4 labels
  • Loading branch information
jogo- authored Jul 3, 2021
1 parent 73e326d commit 3c0a454
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ui/scriptingwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_4">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Public Variables</string>
</property>
Expand All @@ -31,6 +37,12 @@
</item>
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Loaded Scripts</string>
</property>
Expand Down Expand Up @@ -73,6 +85,12 @@
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,4,0,0">
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Script Editing Window</string>
</property>
Expand Down Expand Up @@ -108,6 +126,12 @@
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Log Window</string>
</property>
Expand Down

0 comments on commit 3c0a454

Please sign in to comment.