Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2006, 11:43:19 AM (18 years ago)
Author:
bensch
Message:

qt_gui: better gui and stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/qt_gui/gui_video.cc

    r7633 r7639  
    5353      {
    5454        QComboBox* resolution = new QtGuiComboBox(CONFIG_NAME_RESOLUTION, this, "640x480");
     55        resolution->setEditable(true);
    5556        layout->addWidget(resolution, 2, 0);
    5657        std::vector<QString> resolutions;
Note: See TracChangeset for help on using the changeset viewer.