mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +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) {
|
||||
case 4: // cpap
|
||||
info.model = QObject::tr("RemStar Plus with C-Flex+");
|
||||
info.model = QObject::tr("RemStar Pro with C-Flex+");
|
||||
break;
|
||||
case 5: // apap
|
||||
info.model = QObject::tr("RemStar Auto with A-Flex");
|
||||
|
@ -1334,7 +1334,7 @@ color: yellow;</string>
|
||||
<widget class="QToolBox" name="toolBox">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>230</width>
|
||||
<width>240</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -1494,7 +1494,7 @@ QToolBox::tab:selected {
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>250</width>
|
||||
<width>230</width>
|
||||
<height>724</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -1908,7 +1908,7 @@ border: 2px solid #56789a; border-radius: 30px;
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>250</width>
|
||||
<width>230</width>
|
||||
<height>724</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -3056,7 +3056,7 @@ border-radius: 10px;
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>230</width>
|
||||
<width>240</width>
|
||||
<height>724</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user