mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
Update runningScriptsWidgets px -> pt
This commit is contained in:
parent
d8d0972cb6
commit
0e6f2d7252
1 changed files with 8 additions and 8 deletions
|
@ -70,7 +70,7 @@
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Helvetica,Arial,sans-serif</family>
|
<family>Helvetica,Arial,sans-serif</family>
|
||||||
<pointsize>-1</pointsize>
|
<pointsize>16</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<italic>false</italic>
|
<italic>false</italic>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">color: #0e7077;
|
<string notr="true">color: #0e7077;
|
||||||
font: bold 16px;
|
font: bold 16pt;
|
||||||
</string>
|
</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -192,7 +192,7 @@ font: bold 16px;
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">font: 14px; color: #5f5f5f; margin: 2px;</string>
|
<string notr="true">font: 14pt; color: #5f5f5f; margin: 2px;</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>There are no scripts running.</string>
|
<string>There are no scripts running.</string>
|
||||||
|
@ -245,8 +245,8 @@ font: bold 16px;
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>334</width>
|
<width>328</width>
|
||||||
<height>20</height>
|
<height>18</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
|
@ -259,7 +259,7 @@ font: bold 16px;
|
||||||
<enum>Qt::LeftToRight</enum>
|
<enum>Qt::LeftToRight</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">font-size: 14px;</string>
|
<string notr="true">font-size: 14pt;</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
|
@ -301,7 +301,7 @@ font: bold 16px;
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="tipLabel">
|
<widget class="QLabel" name="tipLabel">
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">font: 14px; color: #5f5f5f; margin: 2px;</string>
|
<string notr="true">font: 14pt; color: #5f5f5f; margin: 2px;</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Tip</string>
|
<string>Tip</string>
|
||||||
|
@ -370,7 +370,7 @@ font: bold 16px;
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">color: #0e7077;
|
<string notr="true">color: #0e7077;
|
||||||
font: bold 16px;</string>
|
font: bold 16pt;</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Load Scripts</string>
|
<string>Load Scripts</string>
|
||||||
|
|
Loading…
Reference in a new issue