Move request tabs back to top, keep response tabs+status merged at bottom

This commit is contained in:
Pavel Baksy 2026-05-20 00:56:39 +02:00
parent 38242f5c95
commit bc0ee493e7

View File

@ -149,8 +149,8 @@ class RequestTabWidget(Gtk.Box):
request_switcher.set_margin_top(8)
request_switcher.set_margin_bottom(8)
request_box.append(self.request_stack)
request_box.append(request_switcher)
request_box.append(self.request_stack)
# Headers tab
self._build_headers_tab()