Some UI "looks like a bug" questions #7244
Unanswered
TianQiBuTian
asked this question in
Development Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because I don't know whether these are bugs, I ask questions here.
(some suggestions for modification are also given)
OBS Studio Version: 28.0.0-4-g7396c211b (7396c21)
The right button of the "Virtual Camera" was not the same size as the top one.
obs-studio/UI/data/themes/Yami.qss
Lines 759 to 764 in 7396c21
Add
QPushButton[themeID="vcamButton"]
, other similar themes follow suit. (tested)In the same picture. If you drag the dock to the minimum, the content will not be fully displayed.
obs-studio/UI/forms/OBSBasic.ui
Lines 1472 to 1480 in 7396c21
obs-studio/UI/forms/OBSBasic.ui
Lines 1497 to 1505 in 7396c21
obs-studio/UI/forms/OBSBasic.ui
Lines 1565 to 1573 in 7396c21
obs-studio/UI/forms/OBSBasic.ui
Lines 1587 to 1595 in 7396c21
obs-studio/UI/forms/OBSBasic.ui
Lines 1606 to 1614 in 7396c21
Change all the above widths to 190px (tested)
If the name of the audio capture was long, it would stick to the volume on the right.
Maybe need to add a left margin in the volume box to make it look better. (The vertical layout does not change.)
In the same picture. The volume control bar, volume mute button and more menu button are not vertically centered.
Beta Was this translation helpful? Give feedback.
All reactions