Page 1 of 1

Add Toolbar Elements "Faster Fine" and "Slower Fine" Buttons

Posted: 06 Mar 2010 23:01
by MrX1980
Hello

I'm missing the buttons for "Faster (fine)" and "Slower (fine)" at the Toolbar Elements.

View -> Customize Interface -> Toolbar Elements

I thought that I have already seen it in previous versions ?!
So please add this (again).

VLC 1.0.5 Windows with native interface

I think it should be in modules/gui/qt4/components/controller.hpp

Code: Select all

typedef enum buttonType_e { PLAY_BUTTON, STOP_BUTTON, OPEN_BUTTON, PREVIOUS_BUTTON, NEXT_BUTTON, SLOWER_BUTTON, SLOWER_FINE_BUTTON, FASTER_BUTTON, FASTER_FINE_BUTTON, FULLSCREEN_BUTTON, DEFULLSCREEN_BUTTON, EXTENDED_BUTTON, PLAYLIST_BUTTON, SNAPSHOT_BUTTON, RECORD_BUTTON, ATOB_BUTTON, FRAME_BUTTON, REVERSE_BUTTON, SKIP_BACK_BUTTON, SKIP_FW_BUTTON, QUIT_BUTTON, BUTTON_MAX, SPLITTER = 0x20, INPUT_SLIDER, TIME_LABEL, VOLUME, VOLUME_SPECIAL, MENU_BUTTONS, TELETEXT_BUTTONS, ADVANCED_CONTROLLER, SPECIAL_MAX, WIDGET_SPACER = 0x40, WIDGET_SPACER_EXTEND, WIDGET_MAX, } buttonType_e;