Skip to content

Commit 8c3d275

Browse files
memuratsgithub-actions
authored andcommitted
changed settings dialog default size
1 parent a08993b commit 8c3d275

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gui/settingsdialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ constexpr auto TOOLBAR_CSS = QLatin1String(
9898
);
9999

100100
const float buttonSizeRatio = 1.618f; // golden ratio
101-
constexpr auto settingsDialogDefaultWidth = 950;
102-
constexpr auto settingsDialogDefaultHeight = 500;
101+
constexpr auto settingsDialogDefaultWidth = 1024;
102+
constexpr auto settingsDialogDefaultHeight = 640;
103103

104104
/** display name with two lines that is displayed in the settings
105105
* If width is bigger than 0, the string will be ellided so it does not exceed that width

0 commit comments

Comments
 (0)