Home
last modified time | relevance | path

Searched refs:offsetYButtons (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_haiku.cc2454 float offsetYButtons = offsetYLists + listsHeight + kVimDialogSpacingY; in VimSelectFontDialog() local
2455 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()