Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtrigger_action_edit_dlg.cpp112 int item_height; in OnInitDialog() local
129 item_height = (rect.Height() - 30) / (ANIMATION_PARAMS_COUNT + 1) - 3; in OnInitDialog()
141 size.bottom = size.top + item_height; in OnInitDialog()
190 size.bottom = size.top + item_height; in OnInitDialog()
195 size.top += item_height + 3; in OnInitDialog()
196 size.bottom += item_height + 3; in OnInitDialog()