Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Valery Kornilovich
VuhDo
Commits
7dc02653
Commit
7dc02653
authored
10 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Panels can now have up to a maximum of 40 columns and 40 rows
parent
2464fcd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
VuhDoOptions/VuhDoNewOptionsPanelBasic.xml
VuhDoOptions/VuhDoNewOptionsPanelBasic.xml
+2
-2
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoOptions/VuhDoNewOptionsPanelBasic.xml
View file @
7dc02653
...
...
@@ -27,7 +27,7 @@
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_PANEL_SETUP.#PNUM#.SCALING.maxColumnsWhenStructured");
VUHDO_lnfSliderOnLoad(self, VUHDO_I18N_MAX_COLUMNS, 1,
15
);
VUHDO_lnfSliderOnLoad(self, VUHDO_I18N_MAX_COLUMNS, 1,
40
);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K083);
</OnLoad>
</Scripts>
...
...
@@ -209,7 +209,7 @@
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_PANEL_SETUP.#PNUM#.SCALING.maxRowsWhenLoose");
VUHDO_lnfSliderOnLoad(self, VUHDO_I18N_MAX_ROWS, 1,
25
);
VUHDO_lnfSliderOnLoad(self, VUHDO_I18N_MAX_ROWS, 1,
40
);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K087);
</OnLoad>
</Scripts>
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
7dc02653
...
...
@@ -37,6 +37,7 @@ Improvements:
-- Status: Excess Absorption %
-- Status: Total Absorption %
-- The menu command can still be key bound when using Clique compat mode
-- Panels can now have up to a maximum of 40 columns and 40 rows
--------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment