mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 13:33:30 +00:00
changes to banner frame, nav frame and config frames.
only create a banner frame for potato version (since it hold info about submixes). stick nav_frame eastwards. change columnspan for bus config frame to 4 to match strip config frames.
This commit is contained in:
@@ -276,9 +276,9 @@ class Bus(Channel):
|
||||
self.identifier,
|
||||
)
|
||||
if _base_vals.extends_horizontal:
|
||||
self.config_frame.grid(column=0, row=1, columnspan=3)
|
||||
self.config_frame.grid(column=0, row=1, columnspan=4)
|
||||
else:
|
||||
self.config_frame.grid(column=0, row=3, columnspan=3)
|
||||
self.config_frame.grid(column=0, row=3, columnspan=4)
|
||||
self._parent._parent.channel_frame.reset_config_buttons(self)
|
||||
self._parent._parent.bus_frame.reset_config_buttons(self)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user