Skip to content

Commit

Permalink
Debug (Remove): fx chain name & preset selector to LateNight
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Sep 2, 2022
1 parent 24ac582 commit 83f65e6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
21 changes: 20 additions & 1 deletion res/skins/LateNight/fx/unit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,29 @@

<WidgetGroup>
<ObjectName>FxUnitContainer</ObjectName>
<Layout>horizontal</Layout>
<Layout>vertical</Layout>
<SizePolicy>me,max</SizePolicy>
<Children>

<WidgetGroup>
<Layout>horizontal</Layout>
<SizePolicy>me,max</SizePolicy>
<Children>
<EffectChainName>
<Size>140me,18f</Size>
<EffectUnitGroup><Variable name="FxRack_FxUnit"/></EffectUnitGroup>
</EffectChainName>

<WidgetGroup><Size>0min</Size></WidgetGroup>

<EffectChainPresetSelector>
<ObjectName>QuickEffectSelectorRight</ObjectName>
<Size>140me,18f</Size>
<EffectUnitGroup><Variable name="FxRack_FxUnit"/></EffectUnitGroup>
</EffectChainPresetSelector>
</Children>
</WidgetGroup>

<WidgetGroup>
<Layout>horizontal</Layout>
<SizePolicy>me,max</SizePolicy>
Expand Down
3 changes: 3 additions & 0 deletions res/skins/LateNight/style_palemoon.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@ WEffectSelector:!editable:on {
WLabel#FxUnitLabel,
WLabel#MicAuxLabel,
WLabel#MicAuxLabelUnconfigured,
WEffectChain,
WEffectSelector,
WEffectChainPresetSelector,
#fadeModeCombobox {
Expand Down Expand Up @@ -1201,6 +1202,7 @@ WLibraryTextBrowser QMenu,
WTrackMenu,
WTrackMenu QMenu,
WTrackMenu QMenu QCheckBox,
WEffectChain,
WEffectChainPresetButton QMenu,
WEffectChainPresetButton QMenu QCheckBox,
QLineEdit QMenu,
Expand Down Expand Up @@ -1232,6 +1234,7 @@ WEffectChainPresetSelector:!editable:on,
#fadeModeCombobox:!editable:on {
color: #918273;
}
WEffectChain,
WEffectSelector:!editable,
WEffectSelector:!editable:on,
#fadeModeCombobox:!editable,
Expand Down

0 comments on commit 83f65e6

Please sign in to comment.