mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
* Adjust margins a bit.
This commit is contained in:
parent
7d79c2d120
commit
ee759622a3
|
@ -54,7 +54,7 @@ MainWindow::MainWindow( Config::Class & cfg_ ):
|
|||
|
||||
groupLabel.setText( tr( "Look up in:" ) );
|
||||
|
||||
searchPaneTitleBarLayout.setContentsMargins( 8, 2, 8, 0 );
|
||||
searchPaneTitleBarLayout.setContentsMargins( 8, 5, 8, 4 );
|
||||
searchPaneTitleBarLayout.addWidget( &groupLabel );
|
||||
searchPaneTitleBarLayout.addWidget( &groupList );
|
||||
searchPaneTitleBarLayout.addStretch();
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
<property name="rightMargin">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QTabWidget" name="tabWidget">
|
||||
<property name="currentIndex">
|
||||
|
@ -55,7 +58,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>653</width>
|
||||
<height>23</height>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
|
|
Loading…
Reference in a new issue