From 27726c9ce1fd6ff1e581bade5911e3bf05bc59f2 Mon Sep 17 00:00:00 2001 From: in1tiate <32779090+in1tiate@users.noreply.github.com> Date: Sat, 10 Feb 2024 05:23:34 -0600 Subject: Add integer-based theme scaling (#935) Configurable over the options menu, --- resource/ui/options_dialog.ui | 128 ++++++++++++++++++++++++------------------ 1 file changed, 74 insertions(+), 54 deletions(-) (limited to 'resource') diff --git a/resource/ui/options_dialog.ui b/resource/ui/options_dialog.ui index 26cfa93c..19cbb944 100644 --- a/resource/ui/options_dialog.ui +++ b/resource/ui/options_dialog.ui @@ -41,18 +41,18 @@ 0 0 394 - 826 + 828 - + - + Stop music when double-clicking a category. If this is disabled, use the right-click context menu to stop music. @@ -62,7 +62,7 @@ - + @@ -72,7 +72,7 @@ - + Sets the default scaling method, if there is not one already defined specifically for the character. @@ -82,7 +82,7 @@ - + Turn this on to allow characters to define their own custom chat box designs. @@ -92,7 +92,7 @@ - + Allows screen effects. Disable this if you have concerns or issues with photosensitivity and/or seizures. @@ -102,7 +102,7 @@ - + @@ -119,7 +119,7 @@ - + Overrides the base URL to retrieve server information from. @@ -129,14 +129,14 @@ - + Instant Objection: - + ms @@ -156,7 +156,7 @@ - + @@ -195,10 +195,10 @@ - + - + Send screen-shaking, flashes and sounds as defined in the char.ini over the network. Only works for servers that support this functionality. @@ -208,7 +208,7 @@ - + Chat Rate Limit: @@ -218,7 +218,7 @@ - + ms @@ -228,7 +228,7 @@ - + If ticked, themes will be allowed to have animated elements. @@ -238,7 +238,7 @@ - + Amount of time (in miliseconds) spent on each letter when the in-character text is being displayed. @@ -258,17 +258,17 @@ - + - + - + Your showname will be automatically set to this value when you join a server. @@ -278,7 +278,7 @@ - + @@ -288,7 +288,7 @@ - + Turn this on to allow characters to define their own stickers (unique images that show up over the chatbox - like avatars or shownames). @@ -298,7 +298,7 @@ - + Turn this on to prevent preanimation checkbox from clearing after playing the emote. @@ -308,7 +308,7 @@ - + ms @@ -318,7 +318,7 @@ - + Gives the default value for the in-game 'Custom shownames' tickbox, which in turn determines whether the client should display custom in-character names. @@ -328,7 +328,7 @@ - + Turn this on to prevent the effects dropdown from clearing the effect after playing it. @@ -338,14 +338,14 @@ - + - + Minimum amount of time (in miliseconds) an IC message must stay on screen before the next IC message is shown, acting as a 'queue'. Set to 0 to disable this behavior. @@ -355,7 +355,7 @@ - + Sets the language if you don't want to use your system language. @@ -365,35 +365,35 @@ - + - + - + - + - + If the SFX dropdown has an SFX selected, send the custom SFX alongside the message even if Preanim is OFF. @@ -403,7 +403,7 @@ - + Turn this on to prevent the sound dropdown from clearing the sound after playing it. @@ -413,14 +413,14 @@ - + - + Your OOC name will be automatically set to this value when you join a server. @@ -430,7 +430,7 @@ - + Allows screenshaking. Disable this if you have concerns or issues with photosensitivity and/or seizures. @@ -440,14 +440,14 @@ - + - + Allows others on Discord to see what server you are in, what character are you playing, and how long you have been playing for. @@ -457,7 +457,7 @@ - + Use the markup colors in the server IC chatlog. @@ -477,31 +477,31 @@ - + - + - + - + - + QFrame::HLine @@ -511,7 +511,7 @@ - + QFrame::HLine @@ -521,14 +521,14 @@ - + - + If ticked, Evidence needs a double-click to view rather than a single click. @@ -538,7 +538,7 @@ - + QFrame::HLine @@ -548,14 +548,14 @@ - + - + Whether or not to resume playing animations from where they left off. Turning off might reduce lag. @@ -565,13 +565,33 @@ - + 30 + + + + 1 + + + 8 + + + + + + + <html><head/><body><p>The factor by which to scale the size of the UI</p></body></html> + + + UI Scaling Factor + + + -- cgit