-
```
1. Change setting dialog font
Modify these lines in res.rc:
IDD_MAINBOX DIALOG DISCARDABLE 32, 8, 256, 152
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
to:
IDD_MAINBOX DIALOGEX DISCARD…
-
```
1. Change setting dialog font
Modify these lines in res.rc:
IDD_MAINBOX DIALOG DISCARDABLE 32, 8, 256, 152
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
to:
IDD_MAINBOX DIALOGEX DISCARD…
-
Expected: if I'm showing the browser and press esc -> the browser closed.
Expected: If I'm showing the browser and click outside of the browser popup/dialog -> the browser is closed.
-
Hi, after update to version 9.12.1 i don't see any file/image in upload folder.
Files uploading successfully on server but not showing in any RF folder :(
A try delete all folder and files in thumb…
-
todo: check general accessibility guidelines
bertt updated
6 years ago
-
**Description:**
When Ad-blocking is turn on, "Log in" button do not work.
**Steps to Reproduce:**
1. Open https://go.readly.com/discover
2. Press "Log in" button. Nothing happens.
![readly co…
-
Steps:
1. Install intellij idea (17.1.1)
2. install moreunit plugin from repositories (1.0.6)
3. write a java class (no test class)
4. select goto -> jump to test
On first attempt, it shows a p…
-
### Describe the bug
To be clear, the "Import Images and insert them into the editor" dialog/popup.
I issued a CtrlV while intending to hit CtrlF and was presented with this dialog. I reached the …
-
After spending a lot of time on things like tag manager where nobody sees any difference, I got quite a radical idea that it would be nice to start working on things that somebody wants ;-). Assuming …
-
```
You wrote as isue workaround:
> Just enable scan clipboard in the preferences dialog.
Then you can:
> * Select the word.
> * Ctrl-C
> The translation will popup automatically!
It is wrong behivo…