Searched refs:offsetYButtons (Results 1 – 1 of 1) sorted by relevance
2454 float offsetYButtons = offsetYLists + listsHeight + kVimDialogSpacingY; in VimSelectFontDialog() local2455 float maxControlsHeight = offsetYButtons + buttonOK->Bounds().Height(); in VimSelectFontDialog()2497 buttonOK->MoveBy(maxControlsWidth - buttonOK->Bounds().Width(), offsetYButtons); in VimSelectFontDialog()2499 - buttonCancel->Bounds().Width() - kVimDialogSpacingX, offsetYButtons); in VimSelectFontDialog()