Changeset 497 for trunk/src/gui/kernel
- Timestamp:
 - Jan 31, 2010, 10:20:20 PM (16 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/gui/kernel/qwidget_pm.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gui/kernel/qwidget_pm.cpp
r476 r497 1069 1069 fcFlags |= FCF_DLGBORDER; 1070 1070 } else if (tool) { 1071 fcFlags |= FCF_BORDER; 1071 // note: while it's common that top-level tool widgets 1072 // have a thiner frame, FCF_BORDER makes it too thin and 1073 // it even cannot be resized. So, use FCF_SIZEBORDER too. 1074 fcFlags |= FCF_SIZEBORDER; 1072 1075 } else { 1073 1076 fcFlags |= FCF_SIZEBORDER;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  