Changeset 154 for smplayer/vendor/current/src/defaultgui.cpp
- Timestamp:
- Feb 21, 2014, 4:44:11 PM (12 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/defaultgui.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/defaultgui.cpp
r140 r154 282 282 controlwidget_mini = new EditableToolbar( this ); 283 283 controlwidget_mini->setObjectName("controlwidget_mini"); 284 284 285 //controlwidget_mini->setResizeEnabled(false); 285 286 controlwidget_mini->setMovable(false); … … 318 319 controlwidget = new EditableToolbar( this ); 319 320 controlwidget->setObjectName("controlwidget"); 321 320 322 //controlwidget->setResizeEnabled(false); 321 323 controlwidget->setMovable(false); … … 380 382 // Floating control 381 383 floating_control = new FloatingWidget(this); 384 382 385 383 386 #if USE_CONFIGURABLE_TOOLBARS … … 729 732 set->setValue( "pos", pos() ); 730 733 set->setValue( "size", size() ); 734 731 735 } 732 736 … … 772 776 resize(s); 773 777 778 779 774 780 if (!DesktopInfo::isInsideScreen(this)) { 775 781 move(0,0);
Note:
See TracChangeset
for help on using the changeset viewer.
