Changeset 6774 in ntrip


Ignore:
Timestamp:
Apr 13, 2015, 1:27:48 PM (9 years ago)
Author:
weber
Message:

Width of help button enlarged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmap_svg.cpp

    r6537 r6774  
    8484
    8585  _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this);
    86   _buttonWhatsThis->setMaximumWidth(10*ww);
     86  _buttonWhatsThis->setMaximumWidth(14*ww); // weber
    8787  connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis()));
    8888
Note: See TracChangeset for help on using the changeset viewer.