fixed width when searching
This commit is contained in:
@@ -8,7 +8,7 @@ QCheckBox::indicator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
chatterino--ComboBox {
|
chatterino--ComboBox {
|
||||||
width: 100px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollArea {
|
QScrollArea {
|
||||||
|
|||||||
@@ -390,7 +390,12 @@ void GeneralPage::initLayout(SettingsLayout &layout)
|
|||||||
layout.addDescription(
|
layout.addDescription(
|
||||||
createNamedLink(FIREFOX_EXTENSION_LINK, "Download for Firefox"));
|
createNamedLink(FIREFOX_EXTENSION_LINK, "Download for Firefox"));
|
||||||
#endif
|
#endif
|
||||||
} // namespace chatterino
|
|
||||||
|
// invisible element for width
|
||||||
|
auto inv = new BaseWidget(this);
|
||||||
|
inv->setScaleIndependantWidth(500);
|
||||||
|
layout.addWidget(inv);
|
||||||
|
}
|
||||||
|
|
||||||
void GeneralPage::initExtra()
|
void GeneralPage::initExtra()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user