Changeset 66914 in vbox
- Timestamp:
- May 16, 2017 3:27:23 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115440
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsDialog.cpp
r66910 r66914 281 281 /* Add into layout: */ 282 282 pLayoutInterface->addLayout(pLayoutAutomatic, 0, 0, 1, 3); 283 #ifdef VBOX_WS_MAC 284 pLayoutInterface->setRowMinimumHeight(0, 22); 285 #endif 283 286 } 284 287 … … 312 315 /* Add into layout: */ 313 316 pLayoutInterface->addLayout(pLayoutManual, 1, 0, 1, 3); 317 #ifdef VBOX_WS_MAC 318 pLayoutInterface->setRowMinimumHeight(1, 22); 319 #endif 314 320 } 315 321 … … 523 529 /* Add into layout: */ 524 530 pLayoutDHCPServer->addWidget(m_pCheckBoxDHCP, 0, 0, 1, 2); 531 #ifdef VBOX_WS_MAC 532 pLayoutDHCPServer->setRowMinimumHeight(0, 22); 533 #endif 525 534 } 526 535
Note:
See TracChangeset
for help on using the changeset viewer.