Changeset 114 in ntrip


Ignore:
Timestamp:
Sep 7, 2006, 12:49:44 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r113 r114  
    4444
    4545  QSettings settings;
     46
    4647  if (GUIenabled) {
    4748
  • trunk/BNC/bncwindow.cpp

    r113 r114  
    443443    int ww = QFontMetrics(newFont).width('w');
    444444    setMinimumSize(90*ww, 80*ww);
    445   }
    446 }
     445    resize(90*ww, 80*ww);
     446  }
     447}
Note: See TracChangeset for help on using the changeset viewer.