Searched refs:m_save_button_height (Results 1 – 2 of 2) sorted by relevance
121 m_save_button_height = GetScaledValue(SAVE_BUTTON_HEIGHT, dpi, text_scaler); in SetControlSize()135 size.top = size.bottom - m_save_button_height; in AddSaveButton()154 size.bottom = client.bottom - 4 - (m_save_button_height - m_cancel_button_height) / 2; in AddCancelButton()306 size.top = size.bottom - m_save_button_height; in OnSize()320 size.bottom = client.bottom - 4 - (m_save_button_height - m_cancel_button_height) / 2; in OnSize()
67 int m_save_button_height; variable