Changeset 51276 in vbox
- Timestamp:
- May 16, 2014 2:46:19 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93739
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIToolButton.h
r39932 r51276 35 35 #ifdef Q_WS_MAC 36 36 setStyleSheet("QToolButton { border: 0px none black; margin: 2px 4px 0px 4px; } QToolButton::menu-indicator {image: none;}"); 37 #endif /* Q_WS_MAC */ 37 #else /* !Q_WS_MAC */ 38 setAutoRaise(true); 39 #endif /* !Q_WS_MAC */ 38 40 } 39 41 -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.ui
r48577 r51276 222 222 <normaloff>:/refresh_16px.png</normaloff>:/refresh_16px.png</iconset> 223 223 </property> 224 <property name="autoRaise">225 <bool>true</bool>226 </property>227 224 </widget> 228 225 </item> -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.ui
r50272 r51276 326 326 <string/> 327 327 </property> 328 <property name="autoRaise" >329 <bool>true</bool>330 </property>331 328 </widget> 332 329 </item> -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui
r48582 r51276 173 173 <normaloff>../images/list_moveup_16px.png</normaloff>../images/list_moveup_16px.png</iconset> 174 174 </property> 175 <property name="autoRaise">176 <bool>true</bool>177 </property>178 175 </widget> 179 176 </item> … … 195 192 <iconset> 196 193 <normaloff>../images/list_movedown_16px.png</normaloff>../images/list_movedown_16px.png</iconset> 197 </property>198 <property name="autoRaise">199 <bool>true</bool>200 194 </property> 201 195 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.