File tree 2 files changed +8
-8
lines changed
src/plugins/ukui-notebook
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ void Edit_page::slotsSetup()
259
259
// 调色板菜单
260
260
connect (m_noteHeadMenu->ui ->pushButtonPalette , &QPushButton::clicked, this , [=](){
261
261
QPointF position = this ->pos ();
262
- color_page->move (position.x ()+100 ,position.y ()- 36 );
262
+ color_page->move (position.x ()+30 ,position.y ()+ 34 );
263
263
color_page->show ();
264
264
});
265
265
// 调色按钮
@@ -288,12 +288,12 @@ void Edit_page::slotsSetup()
288
288
289
289
connect (ui->fontSizeBtn , &QPushButton::clicked, this , [=](){
290
290
QPointF position = this ->pos ();
291
- set_size_page->move (position.x ()+227 ,position.y ()+272 );
291
+ set_size_page->move (position.x ()+227 ,position.y ()+273 );
292
292
set_size_page->show ();
293
293
});
294
294
connect (ui->fontColorBtn , &QPushButton::clicked, this , [=](){
295
295
QPointF position = this ->pos ();
296
- set_color_fort_page->move (position.x ()+260 ,position.y ()+272 );
296
+ set_color_fort_page->move (position.x ()+260 ,position.y ()+273 );
297
297
set_color_fort_page->show ();
298
298
});
299
299
Original file line number Diff line number Diff line change 7
7
<x >0</x >
8
8
<y >0</y >
9
9
<width >300</width >
10
- <height >40 </height >
10
+ <height >42 </height >
11
11
</rect >
12
12
</property >
13
13
<property name =" windowTitle" >
33
33
<widget class =" QPushButton" name =" pushButtonNew" >
34
34
<property name =" minimumSize" >
35
35
<size >
36
- <width >24 </width >
37
- <height >24 </height >
36
+ <width >20 </width >
37
+ <height >20 </height >
38
38
</size >
39
39
</property >
40
40
<property name =" maximumSize" >
41
41
<size >
42
- <width >24 </width >
43
- <height >24 </height >
42
+ <width >20 </width >
43
+ <height >20 </height >
44
44
</size >
45
45
</property >
46
46
<property name =" text" >
You can’t perform that action at this time.
0 commit comments