Changeset 75073 in vbox
- Timestamp:
- Oct 25, 2018 2:14:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.ui
r75065 r75073 95 95 </item> 96 96 <item row="3" column="0"> 97 <widget class="QLabel" name="m_pLabelGuestScreenScaleFactorEditor"> 98 <property name="text"> 99 <string>Scale Factor:</string> 100 </property> 101 <property name="alignment"> 102 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 103 </property> 104 </widget> 105 </item> 106 <item row="3" column="1" rowspan="2"> 107 <widget class="UIScaleFactorEditor" name="m_pScaleFactorEditor"> 108 <property name="sizePolicy"> 109 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding"> 110 <horstretch>0</horstretch> 111 <verstretch>0</verstretch> 112 </sizepolicy> 113 </property> 114 <property name="whatsThis"> 115 <string>Controls the guest screen scale factor.</string> 116 </property> 117 </widget> 118 </item> 119 <item row="5" column="0"> 97 120 <widget class="QLabel" name="m_pLabelMachineWindow"> 98 121 <property name="text"> … … 104 127 </widget> 105 128 </item> 106 <item row=" 3" column="1">129 <item row="5" column="1"> 107 130 <widget class="QCheckBox" name="m_pCheckBoxActivateOnMouseHover"> 108 131 <property name="sizePolicy"> … … 119 142 </property> 120 143 </widget> 121 </item>122 <item row="4" column="0">123 <widget class="QLabel" name="m_pLabelGuestScreenScaleFactorEditor">124 <property name="text">125 <string>Scale Factor:</string>126 </property>127 <property name="alignment">128 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>129 </property>130 </widget>131 </item>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>139 </property>140 <property name="whatsThis">141 <string>Controls the guest screen scale factor.</string>142 </property>143 </widget>144 144 </item> 145 145 <item row="6" column="0" colspan="2">
Note:
See TracChangeset
for help on using the changeset viewer.