[Summary] Size of combo boxes in preference panel was increased

[Reviewed] nobody
This commit is contained in:
nikolay 2014-06-19 17:22:44 +03:00
parent 367867e9e5
commit cb4ec0f817

View file

@ -233,13 +233,13 @@
--> -->
<Label style="generic_control" text="FILE TYPE" x="24" y="40"/> <Label style="generic_control" text="FILE TYPE" x="24" y="40"/>
<ComboBoxText style="generic_control" id="file_type_combo" x="215" y="40" width="90" height="20" /> <ComboBoxText style="generic_control" id="file_type_combo" x="215" y="40" width="150" height="20" />
<Label style="generic_control" text="BIT DEPTH" x="24" y="70"/> <Label style="generic_control" text="BIT DEPTH" x="24" y="70"/>
<ComboBoxText style="generic_control" id="bit_depth_combo" x="215" y="70" width="90" height="20" /> <ComboBoxText style="generic_control" id="bit_depth_combo" x="215" y="70" width="150" height="20" />
<Label style="generic_control" text="SESSION FRAME RATE" x="24" y="100"/> <Label style="generic_control" text="SESSION FRAME RATE" x="24" y="100"/>
<ComboBoxText style="generic_control" id="frame_rate_combo" x="215" y="100" width="90" height="20" /> <ComboBoxText style="generic_control" id="frame_rate_combo" x="215" y="100" width="150" height="20" />
<Label style="generic_control" text="AUTO LOCK TIMER" x="24" y="175"/> <Label style="generic_control" text="AUTO LOCK TIMER" x="24" y="175"/>
<ComboBoxText style="generic_control" id="auto_lock_timer_combo" x="215" y="175" width="90" height="20" /> <ComboBoxText style="generic_control" id="auto_lock_timer_combo" x="215" y="175" width="150" height="20" />
<Label style="generic_control" text="DEFAULT FOLDER FOR NEW SESSION" x = "24" y = "230" /> <Label style="generic_control" text="DEFAULT FOLDER FOR NEW SESSION" x = "24" y = "230" />
<Button <Button