Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dexpress_dialog.cpp121 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()
Dexpress_dialog.h67 int m_save_button_height; variable