Skip to content

Commit a3ad8a6

Browse files
Fix graphical glitch
Right now the name "Private/Incognito" causes a graphical glitch for narrow windows: if the name is too long to fit on one line and gets wrapped, the button to the right of it is stretched vertically to fill both lines, creating an awkward look.
1 parent 88b7801 commit a3ad8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/share/webapp-manager/webapp-manager.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
<property name="visible">True</property>
454454
<property name="can-focus">False</property>
455455
<property name="halign">end</property>
456-
<property name="label" translatable="yes">Private/Incognito Window:</property>
456+
<property name="label" translatable="yes">Private Window:</property>
457457
<property name="wrap">True</property>
458458
<property name="max-width-chars">30</property>
459459
</object>

0 commit comments

Comments
 (0)