Allow text scaling controls on Android
This commit is contained in:
parent
38fe0e9815
commit
3c4f25cb1e
1 changed files with 1 additions and 1 deletions
|
|
@ -225,6 +225,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
"Thumbnails".Localize(),
|
||||
thumbnailsModeDropList,
|
||||
theme));
|
||||
#endif
|
||||
|
||||
// TextSize
|
||||
if (!double.TryParse(UserSettings.Instance.get(UserSettingsKey.ApplicationTextSize), out double currentTexSize))
|
||||
|
|
@ -283,7 +284,6 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
sectionLabel = section.Children<TextWidget>().FirstOrDefault();
|
||||
|
||||
this.AddSettingsRow(section);
|
||||
#endif
|
||||
|
||||
AddMenuItem("Forums".Localize(), () => ApplicationController.Instance.LaunchBrowser("https://forums.matterhackers.com/category/20/mattercontrol"));
|
||||
AddMenuItem("Wiki".Localize(), () => ApplicationController.Instance.LaunchBrowser("http://wiki.mattercontrol.com"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue