Changeset 80000 in vbox
- Timestamp:
- Jul 26, 2019 11:52:43 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui
r79999 r80000 34 34 </item> 35 35 <item row="0" column="1" rowspan="2" colspan="3"> 36 <widget class=" QWidget">36 <widget class="UIBaseMemoryEditor" name="m_pBaseMemoryEditor"> 37 37 <property name="sizePolicy"> 38 38 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> … … 41 41 </sizepolicy> 42 42 </property> 43 <layout class="QVBoxLayout"> 44 <property name="spacing"> 45 <number>0</number> 46 </property> 47 <item> 48 <widget class="UIBaseMemoryEditor" name="m_pBaseMemoryEditor"> 49 <property name="whatsThis"> 50 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string> 51 </property> 52 </widget> 53 </item> 54 </layout> 43 <property name="whatsThis"> 44 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string> 45 </property> 55 46 </widget> 56 47 </item>
Note:
See TracChangeset
for help on using the changeset viewer.