Skip to content

Commit

Permalink
Minor adjustment of WTSE editor size and position (#7971)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruselj authored Feb 4, 2025
1 parent e36fb1d commit 6f141d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion resources/data/skins/dark-mode.surge-skin/skin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@
<control ui_identifier="msegeditor.window" y="57" w="748"/>
<control ui_identifier="formulaeditor.window" y="57" w="748"/>
<control ui_identifier="tuningeditor.window" y="57" w="748" h="512"/>
<control ui_identifier="modlist.window" x="146" y="57" h="512"/>
<control ui_identifier="wteditor.window" x="149" y="56" w="755" h="513"/>
<control ui_identifier="modlist.window" x="149" y="56" w="600" h="513"/>
<control ui_identifier="filter.filter_analysis.window" x="298" y="261" h="211"/>
<control ui_identifier="filter.waveshaper_analysis.window" x="449" y="238"/>
<control ui_identifier="oscilloscope.window" y="57" w="748"/>
Expand Down
4 changes: 2 additions & 2 deletions src/common/SkinModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ Connector mseg_editor = Connector("msegeditor.window", 0, 58, 750, 365, Componen
Connector formula_editor = Connector("formulaeditor.window", 0, 58, 750, 365, Components::Custom,
Connector::FORMULA_EDITOR_WINDOW);

Connector wt_editor =
Connector("wteditor.window", 0, 58, 750, 511, Components::Custom, Connector::WT_EDITOR_WINDOW);
Connector wt_editor = Connector("wteditor.window", 148, 57, 765, 512, Components::Custom,
Connector::WT_EDITOR_WINDOW);

Connector tuning_editor = Connector("tuningeditor.window", 0, 58, 750, 511, Components::Custom,
Connector::TUNING_EDITOR_WINDOW);
Expand Down

0 comments on commit 6f141d6

Please sign in to comment.