Skip to content

Commit

Permalink
Tune the layout of the hwaccel options a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Mar 6, 2016
1 parent f07286e commit 5c6e40b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions decoder/LAVVideo/LAVVideo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ BEGIN
LTEXT "Hardware Decoder to use:",IDC_LBL_HWACCEL,157,17,107,8
COMBOBOX IDC_HWACCEL,160,28,85,100,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "N/A",IDC_HWACCEL_AVAIL,247,31,20,8
LTEXT "Active Decoder: ",IDC_STATIC,157,46,57,8
LTEXT "<inactive>",IDC_ACTIVE_DECODER,220,46,45,8
LTEXT "Active Decoder: ",IDC_STATIC,157,46,56,8
LTEXT "<inactive>",IDC_ACTIVE_DECODER,213,46,55,8
LTEXT "Resolutions",IDC_LBL_HWRESOLUTIONS,271,17,47,8
CONTROL "SD",IDC_HWRES_SD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,274,27,32,10
CONTROL "HD",IDC_HWRES_HD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,315,27,32,10
CONTROL "UHD (4K)",IDC_HWRES_UHD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,356,27,40,10
CONTROL "UHD (4K)",IDC_HWRES_UHD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,356,27,43,10
LTEXT "Codecs for HW Decoding",IDC_LBL_HWCODECS,271,42,80,8
CONTROL "H.264",IDC_HWACCEL_H264,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,274,53,39,10
CONTROL "HEVC",IDC_HWACCEL_HEVC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,315,53,39,10
Expand Down

0 comments on commit 5c6e40b

Please sign in to comment.