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:
@@ -140,7 +140,7 @@ class YTSageApp(QMainWindow, FormatTableMixin, VideoInfoMixin): # Inherit from
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
QLineEdit {
|
QLineEdit {
|
||||||
padding: 12px 15px;
|
padding: 5px 15px;
|
||||||
border: 2px solid #2a2d2e;
|
border: 2px solid #2a2d2e;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background-color: #1b2021;
|
background-color: #1b2021;
|
||||||
|
|||||||
Reference in New Issue
Block a user