UI: Unify all border radii

Make the border radius value of combo boxes, entries, and toolbar
buttons consistent at 4px.
master
Georges Basile Stavracas Neto 2022-08-16 22:05:23 -03:00 committed by jp9000
parent 2bb0818fb4
commit 2403dd70f4
5 changed files with 48 additions and 48 deletions

View File

@ -213,7 +213,7 @@ SourceTree QLineEdit {
padding-bottom: 2px;
margin: 0px;
border: 1px solid #FFF;
border-radius: 2px;
border-radius: 4px;
}
QListWidget QLineEdit:focus,
@ -430,7 +430,7 @@ QToolButton:disabled {
background-color: palette(base);
padding: 4px 6px;
margin: 0px 2px;
border-radius: 2px;
border-radius: 4px;
}
QPushButton[toolButton="true"]:last-child,
@ -574,7 +574,7 @@ QDateTimeEdit {
background-color: rgb(40,40,42);
border-style: solid;
border: 1px;
border-radius: 3px;
border-radius: 4px;
border-color: rgb(40,40,42);
padding: 4px;
padding-left: 10px;
@ -612,8 +612,8 @@ QComboBox:editable:hover {
QComboBox::drop-down:editable,
QDateTimeEdit::drop-down:editable {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
QComboBox::down-arrow:editable,
@ -628,7 +628,7 @@ QDateTimeEdit::down-arrow:editable {
QLineEdit, QTextEdit, QPlainTextEdit {
background-color: rgb(40,40,42);
border: none;
border-radius: 3px;
border-radius: 4px;
padding: 5px 2px 5px 7px;
border: 2px solid transparent;
}
@ -1384,7 +1384,7 @@ OBSYoutubeActions {
color: palette(text);
background-color: rgb(40,40,42);
border: none;
border-radius: 3px;
border-radius: 4px;
padding: 4px 20px;
}
@ -1423,7 +1423,7 @@ QCalendarWidget QWidget#qt_calendar_navigationbar {
QCalendarWidget QToolButton {
background-color: palette(base);
padding: 2px 16px;
border-radius: 3px;
border-radius: 4px;
margin: 2px;
}
@ -1450,7 +1450,7 @@ QCalendarWidget #qt_calendar_nextmonth {
QCalendarWidget QToolButton:hover {
background-color: rgb(42,58,117);
border-radius: 3px;
border-radius: 4px;
}
QCalendarWidget QToolButton:pressed {
@ -1465,7 +1465,7 @@ QCalendarWidget QMenu {
QCalendarWidget QSpinBox {
background-color: rgb(22,31,65);
border: none;
border-radius: 3px;
border-radius: 4px;
margin: 0px 3px 0px 0px;
padding: 4px 16px;
}

View File

@ -213,7 +213,7 @@ SourceTree QLineEdit {
padding-bottom: 2px;
margin: 0px;
border: 1px solid #FFF;
border-radius: 2px;
border-radius: 4px;
}
QListWidget QLineEdit:focus,
@ -428,7 +428,7 @@ QToolButton {
background-color: rgb(67,67,67);
padding: 4px 6px;
margin: 0px 2px;
border-radius: 2px;
border-radius: 4px;
}
QPushButton[toolButton="true"]:last-child,
@ -572,7 +572,7 @@ QDateTimeEdit {
background-color: rgb(67,67,67);
border-style: solid;
border: 1px;
border-radius: 3px;
border-radius: 4px;
border-color: rgb(67,67,67);
padding: 4px;
padding-left: 10px;
@ -610,8 +610,8 @@ QComboBox:editable:hover {
QComboBox::drop-down:editable,
QDateTimeEdit::drop-down:editable {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
QComboBox::down-arrow:editable,
@ -626,7 +626,7 @@ QDateTimeEdit::down-arrow:editable {
QLineEdit, QTextEdit, QPlainTextEdit {
background-color: palette(button);
border: none;
border-radius: 3px;
border-radius: 4px;
padding: 5px 2px 5px 7px;
border: 2px solid transparent;
}
@ -1373,7 +1373,7 @@ OBSYoutubeActions {
color: palette(text);
background-color: palette(button);
border: none;
border-radius: 3px;
border-radius: 4px;
padding: 4px 20px;
}
@ -1412,7 +1412,7 @@ QCalendarWidget QWidget#qt_calendar_navigationbar {
QCalendarWidget QToolButton {
background-color: palette(button);
padding: 2px 16px;
border-radius: 3px;
border-radius: 4px;
margin: 2px;
}
@ -1439,7 +1439,7 @@ QCalendarWidget #qt_calendar_nextmonth {
QCalendarWidget QToolButton:hover {
background-color: rgb(89,89,89);
border-radius: 3px;
border-radius: 4px;
}
QCalendarWidget QToolButton:pressed {
@ -1454,7 +1454,7 @@ QCalendarWidget QMenu {
QCalendarWidget QSpinBox {
background-color: rgb(28,28,28);
border: none;
border-radius: 3px;
border-radius: 4px;
margin: 0px 3px 0px 0px;
padding: 4px 16px;
}

View File

@ -213,7 +213,7 @@ SourceTree QLineEdit {
padding-bottom: 2px;
margin: 0px;
border: 1px solid #FFF;
border-radius: 2px;
border-radius: 4px;
}
QListWidget QLineEdit:focus,
@ -428,7 +428,7 @@ QToolButton {
background-color: rgb(243,243,243);
padding: 4px 6px;
margin: 0px 2px;
border-radius: 2px;
border-radius: 4px;
}
QPushButton[toolButton="true"]:last-child,
@ -572,7 +572,7 @@ QDateTimeEdit {
background-color: rgb(243,243,243);
border-style: solid;
border: 1px;
border-radius: 3px;
border-radius: 4px;
border-color: rgb(243,243,243);
padding: 4px;
padding-left: 10px;
@ -626,7 +626,7 @@ QDateTimeEdit::down-arrow:editable {
QLineEdit, QTextEdit, QPlainTextEdit {
background-color: palette(button);
border: none;
border-radius: 3px;
border-radius: 4px;
padding: 5px 2px 5px 7px;
border: 2px solid transparent;
}
@ -1373,7 +1373,7 @@ OBSYoutubeActions {
color: palette(text);
background-color: palette(button);
border: none;
border-radius: 3px;
border-radius: 4px;
padding: 4px 20px;
}
@ -1412,7 +1412,7 @@ QCalendarWidget QWidget#qt_calendar_navigationbar {
QCalendarWidget QToolButton {
background-color: palette(button);
padding: 2px 16px;
border-radius: 3px;
border-radius: 4px;
margin: 2px;
}
@ -1439,7 +1439,7 @@ QCalendarWidget #qt_calendar_nextmonth {
QCalendarWidget QToolButton:hover {
background-color: rgb(254,254,255);
border-radius: 3px;
border-radius: 4px;
}
QCalendarWidget QToolButton:pressed {
@ -1454,7 +1454,7 @@ QCalendarWidget QMenu {
QCalendarWidget QSpinBox {
background-color: rgb(193,193,193);
border: none;
border-radius: 3px;
border-radius: 4px;
margin: 0px 3px 0px 0px;
padding: 4px 16px;
}

View File

@ -215,7 +215,7 @@ SourceTree QLineEdit {
padding-bottom: 2px;
margin: 0px;
border: 1px solid #FFF;
border-radius: 2px;
border-radius: 4px;
}
QListWidget QLineEdit:focus,
@ -431,7 +431,7 @@ QToolButton {
background-color: rgb(49,54,59);
padding: 4px 6px;
margin: 0px 2px;
border-radius: 2px;
border-radius: 4px;
}
QPushButton[toolButton="true"]:disabled,
@ -579,7 +579,7 @@ QComboBox,
QDateTimeEdit {
background-color: palette(base);
border: 2px solid rgb(118,121,124);
border-radius: 3px;
border-radius: 4px;
padding: 4px;
padding-left: 10px;
}
@ -617,8 +617,8 @@ QComboBox:editable:hover {
QComboBox::drop-down:editable,
QDateTimeEdit::drop-down:editable {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
QComboBox::down-arrow:editable,
@ -632,7 +632,7 @@ QDateTimeEdit::down-arrow:editable {
QLineEdit, QTextEdit, QPlainTextEdit {
background-color: palette(base);
border-radius: 3px;
border-radius: 4px;
padding: 5px 2px 5px 7px;
border: 2px solid rgb(118,121,124);
}
@ -1377,7 +1377,7 @@ OBSYoutubeActions {
color: palette(text);
background-color: palette(base);
border: none;
border-radius: 3px;
border-radius: 4px;
padding: 4px 20px;
}
@ -1416,7 +1416,7 @@ QCalendarWidget QWidget#qt_calendar_navigationbar {
QCalendarWidget QToolButton {
background-color: palette(button);
padding: 2px 16px;
border-radius: 3px;
border-radius: 4px;
margin: 2px;
}
@ -1443,7 +1443,7 @@ QCalendarWidget #qt_calendar_nextmonth {
QCalendarWidget QToolButton:hover {
background-color: rgb(145,76,103);
border-radius: 3px;
border-radius: 4px;
}
QCalendarWidget QToolButton:pressed {
@ -1458,7 +1458,7 @@ QCalendarWidget QMenu {
QCalendarWidget QSpinBox {
background-color: rgb(25,27,38);
border: none;
border-radius: 3px;
border-radius: 4px;
margin: 0px 3px 0px 0px;
padding: 4px 16px;
}

View File

@ -217,7 +217,7 @@ SourceTree QLineEdit {
padding-bottom: 2px;
margin: 0px;
border: 1px solid #FFF;
border-radius: 2px;
border-radius: 4px;
}
QListWidget QLineEdit:focus,
@ -432,7 +432,7 @@ QToolButton {
background-color: rgb(60,64,75);
padding: 4px 6px;
margin: 0px 2px;
border-radius: 2px;
border-radius: 4px;
}
QPushButton[toolButton="true"]:last-child,
@ -576,7 +576,7 @@ QDateTimeEdit {
background-color: rgb(60,64,75);
border-style: solid;
border: 1px;
border-radius: 3px;
border-radius: 4px;
border-color: rgb(60,64,75);
padding: 4px;
padding-left: 10px;
@ -614,8 +614,8 @@ QComboBox:editable:hover {
QComboBox::drop-down:editable,
QDateTimeEdit::drop-down:editable {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
QComboBox::down-arrow:editable,
@ -630,7 +630,7 @@ QDateTimeEdit::down-arrow:editable {
QLineEdit, QTextEdit, QPlainTextEdit {
background-color: palette(button);
border: none;
border-radius: 3px;
border-radius: 4px;
padding: 5px 2px 5px 7px;
border: 2px solid transparent;
}
@ -1377,7 +1377,7 @@ OBSYoutubeActions {
color: palette(text);
background-color: palette(button);
border: none;
border-radius: 3px;
border-radius: 4px;
padding: 4px 20px;
}
@ -1416,7 +1416,7 @@ QCalendarWidget QWidget#qt_calendar_navigationbar {
QCalendarWidget QToolButton {
background-color: palette(button);
padding: 2px 16px;
border-radius: 3px;
border-radius: 4px;
margin: 2px;
}
@ -1443,7 +1443,7 @@ QCalendarWidget #qt_calendar_nextmonth {
QCalendarWidget QToolButton:hover {
background-color: rgb(79,83,94);
border-radius: 3px;
border-radius: 4px;
}
QCalendarWidget QToolButton:pressed {
@ -1458,7 +1458,7 @@ QCalendarWidget QMenu {
QCalendarWidget QSpinBox {
background-color: rgb(25,27,38);
border: none;
border-radius: 3px;
border-radius: 4px;
margin: 0px 3px 0px 0px;
padding: 4px 16px;
}