| 925 | } |
| 926 | |
| 927 | void BrowserWindow::processWidthField(NetworkResourceTreeTO const& treeTO) |
| 928 | { |
| 929 | if (treeTO->isLeaf()) { |
| 930 | auto& leaf = treeTO->getLeaf(); |
| 931 | AlienImGui::Text(std::to_string(leaf.rawTO->width)); |
| 932 | } |
| 933 | } |
| 934 | |
| 935 | void BrowserWindow::processHeightField(NetworkResourceTreeTO const& treeTO) |
| 936 | { |