Skip to content

Commit

Permalink
Center tabbar in the NewFileDialog, this is the default in macOS
Browse files Browse the repository at this point in the history
* Now looks the same on Windows and Linux
  • Loading branch information
radare committed Oct 30, 2024
1 parent ce22b58 commit b9bbbb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dialogs/NewFileDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
</property>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="styleSheet">
<string notr="true">QTabWidget::tab-bar { alignment: center }</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
Expand Down

0 comments on commit b9bbbb1

Please sign in to comment.