ide: Fixed layout issues for HDPI linux

git-svn-id: svn://ultimatepp.org/upp/trunk@7503 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-07-11 10:15:23 +00:00
parent 1e417d3a6a
commit a1e10ddefe
4 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ END_LAYOUT
LAYOUT(AssembliesLayout, 492, 280)
ITEM(RichTextCtrl, text, HSizePosZ(4, 4).TopPosZ(4, 104))
ITEM(ArrayCtrl, asmbls, HorzGrid(false).VertGrid(false).AutoHideSb(true).HSizePosZ(4, 4).VSizePosZ(112, 52))
ITEM(ArrayCtrl, asmbls, AutoHideSb(true).VertGrid(false).HorzGrid(false).HSizePosZ(4, 4).VSizePosZ(112, 52))
ITEM(Label, dv___2, SetLabel(t_("Sources Folder:")).LeftPosZ(16, 80).BottomPosZ(27, 17))
ITEM(Label, dv___3, SetLabel(t_("$(SRC) = ")).SetAlign(ALIGN_RIGHT).LeftPosZ(96, 48).BottomPosZ(27, 17))
ITEM(EditField, srcpath, HSizePosZ(144, 140).BottomPosZ(27, 17))

View file

@ -65,7 +65,7 @@ template <class T0,class T1,class T2,class T3,class T4,class T5,class T6,class T
template <class T0,class T1,class T2,class T3,class T4,class T5,class T6,class T7,class T8,class T9>\
Wizard<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>::Wizard():step(0),count(0){
SetRect(0,0,600,400);
SetRect(0,0, HorzLayoutZoom(600),VertLayoutZoom(400));
*this << cancel.SetLabel(t_("Cancel")).RightPosZ(244, 72).BottomPosZ(4, 24)
<< prev.SetLabel(String("< ")+t_("Previous")).RightPosZ(164, 72).BottomPosZ(4, 24)
<< next.SetLabel(t_("Next")+String(" >")).RightPosZ(84, 72).BottomPosZ(4, 24)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before After
Before After

View file

@ -209,7 +209,7 @@ LAYOUT(BuildMethodsLayout, 788, 560)
ITEM(EditString, release_flags, RightPosZ(8, 504).TopPosZ(324, 19))
ITEM(Label, dv___35, SetLabel(t_("Release link options:")).RightPosZ(520, 108).TopPosZ(344, 19))
ITEM(EditString, release_link, RightPosZ(8, 504).TopPosZ(344, 19))
UNTYPED(linkmode_lock, LeftPosZ(4, 148).TopPosZ(384, 20))
UNTYPED(linkmode_lock, LeftPosZ(4, 148).BottomPosZ(156, 20))
ITEM(Label, dv___38, SetLabel(t_("Script file:")).LeftPosZ(4, 68).BottomPosZ(133, 19))
ITEM(EditField, scriptfile, LeftPosZ(4, 152).BottomPosZ(113, 19))
ITEM(Option, use_target, SetLabel(t_("Store all target files\nin the same directory")).LeftPosZ(4, 148).BottomPosZ(74, 28))