Home
last modified time | relevance | path

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

/dports/graphics/dspdfviewer/dspdfviewer-1.15.1/
H A Druntimeconfiguration.cpp63 m_bottomPaneHeightPercent(20) in RuntimeConfiguration()
171 value<unsigned>(&m_bottomPaneHeightPercent)->default_value(20), in RuntimeConfiguration()
226 if ( m_bottomPaneHeightPercent < 1 || m_bottomPaneHeightPercent > 99 ) { in RuntimeConfiguration()
314 return m_bottomPaneHeightPercent; in bottomPaneHeight()
H A Druntimeconfiguration.h104 unsigned m_bottomPaneHeightPercent; variable