Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1081 float splitWidth = 13 * be_plain_font->Size(); in _CreateGUI() local
1083 splitWidth = std::max(splitWidth, minSize.width); in _CreateGUI()
1084 leftTopView->SetExplicitMaxSize(BSize(splitWidth, B_SIZE_UNSET)); in _CreateGUI()
1085 leftTopView->SetExplicitMinSize(BSize(splitWidth, B_SIZE_UNSET)); in _CreateGUI()
1134 leftSideView->SetExplicitMaxSize(BSize(splitWidth, B_SIZE_UNSET)); in _CreateGUI()
1136 fPathListView = new PathListView(BRect(0, 0, splitWidth, 100), in _CreateGUI()
1138 fShapeListView = new ShapeListView(BRect(0, 0, splitWidth, 100), in _CreateGUI()
1140 fTransformerListView = new TransformerListView(BRect(0, 0, splitWidth, 100), in _CreateGUI()
1175 BRect(0, 0, splitWidth, 100), "property scroll view", in _CreateGUI()
1204 fStyleListView = new StyleListView(BRect(0, 0, splitWidth, 100), in _CreateGUI()
[all …]