[desktop] fix controls dialog text clipping (#336)

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/336
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
This commit is contained in:
crueter 2025-08-28 01:34:41 +02:00
parent 8407510f76
commit 434bd42a5e
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
5 changed files with 84 additions and 5 deletions

View file

@ -307,7 +307,7 @@ QAbstractItemView QLineEdit {
QGroupBox {
border: 1px solid #54575B;
border-radius: 2px;
margin-top: 12px;
margin-top: 20px;
padding-top: 2px;
}