Change menu items

This commit is contained in:
daleclack 2022-09-25 08:45:51 +08:00
parent c0734c96bd
commit b8187a1341
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.24"/>
<object class="GtkAdjustment" id="adjustment1">
@ -107,6 +107,7 @@
<item translatable="yes">800x450</item>
<item translatable="yes">1024x576</item>
<item translatable="yes">1280x720</item>
<item translatable="yes">1366x768</item>
</items>
</object>
<packing>

View File

@ -407,6 +407,10 @@ void MyPrefs::btnapply_clicked()
width = 1280;
height = 720;
break;
case 4:
width = 1366;
height = 768;
break;
}
}
else