Adjust QLineEdit padding in main GUI

Reduced the vertical padding of QLineEdit elements from 12px to 5px to improve the appearance and spacing in the main application window.
This commit is contained in:
oop7
2025-12-09 20:36:07 +02:00
parent f644581953
commit b70dfb58e7
+1 -1
View File
@@ -140,7 +140,7 @@ class YTSageApp(QMainWindow, FormatTableMixin, VideoInfoMixin): # Inherit from
color: #ffffff;
}
QLineEdit {
padding: 12px 15px;
padding: 5px 15px;
border: 2px solid #2a2d2e;
border-radius: 6px;
background-color: #1b2021;