diff options
author | bd <bdunahu@operationnull.com> | 2025-04-21 19:18:32 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-21 19:18:32 -0400 |
commit | 98b9786ccab6fdee37a779fdd55b58176abf12d9 (patch) | |
tree | c53fa2bfd360a3bdcfbb2a4c6029e454d91456e1 | |
parent | a13aca599a7a326997e3f1cfda851b6736c26a12 (diff) |
Remove unnecessary layout UI elements
-rw-r--r-- | gui/gui.ui | 35 |
1 files changed, 11 insertions, 24 deletions
@@ -22,30 +22,17 @@ <item> <layout class="QVBoxLayout" name="storage_pipe_separator"> <item> - <layout class="QHBoxLayout" name="storage_view"> - <item> - <layout class="QVBoxLayout" name="registers"/> - </item> - <item> - <widget class="QTabWidget" name="storage"> - <property name="minimumSize"> - <size> - <width>700</width> - <height>0</height> - </size> - </property> - <property name="currentIndex"> - <number>-1</number> - </property> - </widget> - </item> - <item> - <layout class="QVBoxLayout" name="dram"/> - </item> - <item> - <layout class="QVBoxLayout" name="cache"/> - </item> - </layout> + <widget class="QTabWidget" name="storage"> + <property name="minimumSize"> + <size> + <width>700</width> + <height>0</height> + </size> + </property> + <property name="currentIndex"> + <number>-1</number> + </property> + </widget> </item> <item> <layout class="QHBoxLayout" name="pipe_view"> |