Changeset 75065 in vbox
- Timestamp:
- Oct 25, 2018 12:10:11 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126117
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.ui
r74872 r75065 130 130 </widget> 131 131 </item> 132 <item row="4" column="1" rowspan="2" colspan="2"> 133 <layout class="QGridLayout" name="m_pLayoutGuestScreenScaleFactorEditor"> 134 <property name="spacing"> 135 <number>0</number> 132 <item row="4" column="1" rowspan="2"> 133 <widget class="UIScaleFactorEditor" name="m_pScaleFactorEditor"> 134 <property name="sizePolicy"> 135 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding"> 136 <horstretch>0</horstretch> 137 <verstretch>0</verstretch> 138 </sizepolicy> 136 139 </property> 137 <item row="0" column="0" rowspan="2" colspan="3"> 138 <widget class="UIScaleFactorEditor" name="m_pScaleFactorEditor"> 139 <property name="sizePolicy"> 140 <sizepolicy hsizetype="Expanding" > 141 <horstretch>0</horstretch> 142 <verstretch>0</verstretch> 143 </sizepolicy> 144 </property> 145 <property name="whatsThis"> 146 <string>Controls the guest screen scale factor.</string> 147 </property> 148 </widget> 149 </item> 150 </layout> 140 <property name="whatsThis"> 141 <string>Controls the guest screen scale factor.</string> 142 </property> 143 </widget> 151 144 </item> 152 145 <item row="6" column="0" colspan="2">
Note:
See TracChangeset
for help on using the changeset viewer.