VirtualBox

Changeset 57508 in vbox


Ignore:
Timestamp:
Aug 24, 2015 12:05:08 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: LogWindow: Review comments implementation for r102278.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/extradata
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.cpp

    r57496 r57508  
    165165#endif /* DEBUG */
    166166
    167 /* Virtual Machine: Logging dialog: */
     167/* Virtual Machine: Log dialog: */
    168168const char* UIExtraDataDefs::GUI_LogWindowGeometry = "GUI/LogWindowGeometry";
     169
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h

    r57496 r57508  
    288288#endif /* DEBUG */
    289289
     290    /** @name Virtual Machine: Log dialog
     291      * @{ */
    290292        /** Holds log-window geometry. */
    291293        extern const char* GUI_LogWindowGeometry;
     294    /** @} */
    292295}
    293296
     
    653656
    654657#endif /* !___UIExtraDataDefs_h___ */
     658
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp

    r57496 r57508  
    22272227    QRect geometry = fOk ? QRect(iX, iY, iW, iH) : QRect(0, 0, 770, 550);
    22282228
    2229     /* Take widget into account: */
     2229    /* Take hint-widget into account: */
    22302230    if (pWidget)
    22312231        geometry.setSize(geometry.size().expandedTo(pWidget->minimumSizeHint()));
     
    36463646    QRect geometry = fOk ? QRect(iX, iY, iW, iH) : defaultGeometry;
    36473647
    3648     /* Take widget into account: */
     3648    /* Take hint-widget into account: */
    36493649    if (pWidget)
    36503650        geometry.setSize(geometry.size().expandedTo(pWidget->minimumSizeHint()));
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h

    r57496 r57508  
    534534#endif /* DEBUG */
    535535
    536     /** @name Virtual Machine: Logwindow dialog
     536    /** @name Virtual Machine: Log dialog
    537537      * @{ */
    538538        /** Returns log-window geometry using @a pWidget and @a defaultGeometry as hints. */
     
    617617
    618618#endif /* !___UIExtraDataManager_h___ */
     619
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette