mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-17 19:20:46 +00:00
Misnamed Remstar Pro models.
This commit is contained in:
parent
740e4cb2ba
commit
8bde451b89
@ -227,7 +227,7 @@ void parseModel(MachineInfo & info, QString modelnum)
|
|||||||
|
|
||||||
switch (typ) {
|
switch (typ) {
|
||||||
case 4: // cpap
|
case 4: // cpap
|
||||||
info.model = QObject::tr("RemStar Plus with C-Flex+");
|
info.model = QObject::tr("RemStar Pro with C-Flex+");
|
||||||
break;
|
break;
|
||||||
case 5: // apap
|
case 5: // apap
|
||||||
info.model = QObject::tr("RemStar Auto with A-Flex");
|
info.model = QObject::tr("RemStar Auto with A-Flex");
|
||||||
|
@ -1334,7 +1334,7 @@ color: yellow;</string>
|
|||||||
<widget class="QToolBox" name="toolBox">
|
<widget class="QToolBox" name="toolBox">
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>230</width>
|
<width>240</width>
|
||||||
<height>0</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
@ -1494,7 +1494,7 @@ QToolBox::tab:selected {
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>250</width>
|
<width>230</width>
|
||||||
<height>724</height>
|
<height>724</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@ -1908,7 +1908,7 @@ border: 2px solid #56789a; border-radius: 30px;
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>250</width>
|
<width>230</width>
|
||||||
<height>724</height>
|
<height>724</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@ -3056,7 +3056,7 @@ border-radius: 10px;
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>230</width>
|
<width>240</width>
|
||||||
<height>724</height>
|
<height>724</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user