mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-16 17:50:45 -04:00
Edit configure_per_game.ui
This commit is contained in:
@@ -137,7 +137,8 @@
|
|||||||
border: 1px solid #3d3d3d;
|
border: 1px solid #3d3d3d;
|
||||||
background-color: #2b2b2b;
|
background-color: #2b2b2b;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-top: -1px; /* Pull pane up to meet tabs */
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabWidget::tab-bar {
|
QTabWidget::tab-bar {
|
||||||
@@ -149,15 +150,14 @@
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* THIS IS THE MODIFIED SECTION FOR COMPACT TABS */
|
|
||||||
QTabBar::tab {
|
QTabBar::tab {
|
||||||
background-color: #383838;
|
background-color: #383838;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding: 8px 14px; /* Reduced padding to match buttons */
|
padding: 8px 14px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
border-top-left-radius: 8px;
|
border-top-left-radius: 8px;
|
||||||
border-top-right-radius: 8px;
|
border-top-right-radius: 8px;
|
||||||
min-width: 85px; /* Reduced min-width to match buttons */
|
min-width: 85px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border: 1px solid #3d3d3d;
|
border: 1px solid #3d3d3d;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
border: 1px solid #3d3d3d;
|
border: 1px solid #3d3d3d;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: 2px 0px 2px 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton:hover {
|
QTabBar QToolButton:hover {
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::scroller {
|
QTabBar::scroller {
|
||||||
width: 24px; /* Make scroller buttons less wide */
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
@@ -263,10 +263,6 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox::down-arrow {
|
|
||||||
image: url(:/icons/down_arrow.svg);
|
|
||||||
}
|
|
||||||
|
|
||||||
QComboBox QAbstractItemView {
|
QComboBox QAbstractItemView {
|
||||||
background-color: #3d3d3d;
|
background-color: #3d3d3d;
|
||||||
border: 1px solid %%ACCENT_COLOR%%;
|
border: 1px solid %%ACCENT_COLOR%%;
|
||||||
|
|||||||
Reference in New Issue
Block a user