Changeset 6951 in ntrip
- Timestamp:
- Jun 23, 2015, 4:04:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnctabledlg.cpp
r4714 r6951 101 101 _buttonCasterTable = new QPushButton(tr("Show"), this); 102 102 connect(_buttonCasterTable, SIGNAL(clicked()), this, SLOT(slotCasterTable())); 103 _buttonCasterTable->setMaximumWidth( 5*ww);103 _buttonCasterTable->setMaximumWidth(6*ww); 104 104 105 105 // WhatsThis
Note:
See TracChangeset
for help on using the changeset viewer.